MvcMiniProfiler
Assembly: ServiceStack.Mvc.dll
View Source
Declaration
public static class MvcMiniProfiler
Methods
RenderIncludes(Nullable<RenderPosition>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, Boolean, Nullable<Boolean>)
View Source
Declaration
public static IHtmlString RenderIncludes(RenderPosition? position = null, bool? showTrivial = null, bool? showTimeWithChildren = null, int? maxTracesToShow = null, bool xhtml = false, bool? showControls = null)
Returns
System.Web.IHtmlString
Parameters
Type | Name |
---|---|
System.Nullable<ServiceStack.MiniProfiler.RenderPosition> | position |
System.Nullable<System.Boolean> | showTrivial |
System.Nullable<System.Boolean> | showTimeWithChildren |
System.Nullable<System.Int32> | maxTracesToShow |
System.Boolean | xhtml |
System.Nullable<System.Boolean> | showControls |
ToMvcHtmlString(IHtmlString)
View Source
Declaration
public static Mvc.MvcHtmlString ToMvcHtmlString(this IHtmlString htmlString)
Returns
System.Web.Mvc.MvcHtmlString
Parameters
Type | Name |
---|---|
ServiceStack.IHtmlString | htmlString |