View Source
Class HtmlTagWrapperTextNode
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
public class HtmlTagWrapperTextNode : IHtmlTagWrapper
Constructors
View Source
HtmlTagWrapperTextNode(String)
Declaration
public HtmlTagWrapperTextNode(string content)
Parameters
Type |
Name |
Description |
System.String |
content |
|
Properties
View Source
Content
Declaration
public string Content { get; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
WriteToHtmlTextWriter(HtmlTextWriter)
Declaration
public void WriteToHtmlTextWriter(HtmlTextWriter html)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriter |
html |
|