Property | Type | Description | |
---|---|---|---|
DebuggerToString | string |
Method | Description | |
---|---|---|
Append ( string unencoded ) : IHtmlContentBuilder | ||
AppendHtml ( IHtmlContent htmlContent ) : IHtmlContentBuilder | ||
AppendHtml ( string encoded ) : IHtmlContentBuilder | ||
Clear ( ) : IHtmlContentBuilder | ||
CopyTo ( IHtmlContentBuilder destination ) : void | ||
HtmlContentBuilder ( ) : System |
Creates a new HtmlContentBuilder.
|
|
HtmlContentBuilder ( IList |
Creates a new HtmlContentBuilder with the given list of entries.
|
|
HtmlContentBuilder ( int capacity ) : System |
Creates a new HtmlContentBuilder with the given initial capacity.
|
|
MoveTo ( IHtmlContentBuilder destination ) : void | ||
WriteTo ( |
Method | Description | |
---|---|---|
DebuggerToString ( ) : string |
public Append ( string unencoded ) : IHtmlContentBuilder | ||
unencoded | string | |
return | IHtmlContentBuilder |
public AppendHtml ( IHtmlContent htmlContent ) : IHtmlContentBuilder | ||
htmlContent | IHtmlContent | |
return | IHtmlContentBuilder |
public AppendHtml ( string encoded ) : IHtmlContentBuilder | ||
encoded | string | |
return | IHtmlContentBuilder |
public CopyTo ( IHtmlContentBuilder destination ) : void | ||
destination | IHtmlContentBuilder | |
return | void |
public HtmlContentBuilder ( IList | ||
entries | IList |
/// The list of entries. The |
return | System |
public HtmlContentBuilder ( int capacity ) : System | ||
capacity | int | The initial capacity of the backing store. |
return | System |
public MoveTo ( IHtmlContentBuilder destination ) : void | ||
destination | IHtmlContentBuilder | |
return | void |
public WriteTo ( |
||
writer | ||
encoder | System.Text.Encodings.Web.HtmlEncoder | |
return | void |