Skip to main content

MvcHtmlString

Assembly: ServiceStack.Razor.dll​
View Source​
Declaration
public sealed class MvcHtmlString : HtmlString, IHtmlString

Fields​

Empty​

View Source​
Declaration
public static readonly MvcHtmlString Empty

Methods​

Create(String)​

View Source​
Declaration
public static MvcHtmlString Create(string value)
Returns​

ServiceStack.Html.MvcHtmlString

Parameters​
TypeName
System.Stringvalue

IsNullOrEmpty(MvcHtmlString)​

View Source​
Declaration
public static bool IsNullOrEmpty(MvcHtmlString value)
Returns​

System.Boolean

Parameters​
TypeName
ServiceStack.Html.MvcHtmlStringvalue

Implements​

  • System.Web.IHtmlString