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
Type | Name |
---|---|
System.String | value |
IsNullOrEmpty(MvcHtmlString)
View Source
Declaration
public static bool IsNullOrEmpty(MvcHtmlString value)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
ServiceStack.Html.MvcHtmlString | value |
Implements
System.Web.IHtmlString