Class EightyHtmlString
An implementation of IHtmlString which wraps some Html
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 EightyHtmlString : IHtmlString
Constructors
| Improve this Doc View SourceEightyHtmlString(Html)
Create an EightyHtmlString
Declaration
public EightyHtmlString(Html html)
Parameters
Type | Name | Description |
---|---|---|
Html | html | The HTML |
Methods
| Improve this Doc View SourceToHtmlString()
Declaration
public string ToHtmlString()
Returns
Type | Description |
---|---|
String |