gpt4 book ai didi

asp.net-mvc - 'ServiceStack.MiniProfiler.IHtmlString' 不包含 'AsRaw' 的定义

转载 作者:行者123 更新时间:2023-12-04 02:52:49 24 4
gpt4 key购买 nike

我已经通过 nuget 在 MVC4 应用程序中安装了 servicestack MVC,并尝试启用迷你分析器。

我已按照 Global.asax 中的说明完成以下操作:

protected void Application_BeginRequest(object src, EventArgs e)
{
if (Request.IsLocal)
ServiceStack.MiniProfiler.Profiler.Start();
}

protected void Application_EndRequest(object src, EventArgs e)
{
ServiceStack.MiniProfiler.Profiler.Stop();
}

然后我在布局页面中放置了@ServiceStack.MiniProfiler.Profiler.RenderIncludes().AsRaw()。但是,此引用文献中不存在此方法。我只能在“@ServiceStack.MiniProfiler.Profiler.RenderIncludes()”中看到“ToHtmlString()”和“ToString()”,这使 html 转义了。 MVC4 中是否删除了“AsRaw()”方法?

最佳答案

T.AsRaw()ServiceStack.Html.HtmlExtensions.AsRaw 中的扩展方法所以您基本上需要包含 ServiceStack.Html 命名空间。

关于asp.net-mvc - 'ServiceStack.MiniProfiler.IHtmlString' 不包含 'AsRaw' 的定义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17291214/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com