Class TwentyHtmlString
An implementation of IHtmlString which wraps an HtmlBuilder
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Eighty.AspNet.Mvc
Assembly: Eighty.AspNet.Mvc.dll
Syntax
public class TwentyHtmlString : IHtmlString
Constructors
| Improve this Doc View SourceTwentyHtmlString(HtmlBuilder)
Create a TwentyHtmlString
Declaration
public TwentyHtmlString(HtmlBuilder builder)
Parameters
Type | Name | Description |
---|---|---|
HtmlBuilder | builder | The HtmlBuilder |
Methods
| Improve this Doc View SourceToHtmlString()
Declaration
public string ToHtmlString()
Returns
Type | Description |
---|---|
String |