프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DebuggerToString | string |
메소드 | 설명 | |
---|---|---|
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 ( |
메소드 | 설명 | |
---|---|---|
DebuggerToString ( ) : string |
public Append ( string unencoded ) : IHtmlContentBuilder | ||
unencoded | string | |
리턴 | IHtmlContentBuilder |
public AppendHtml ( IHtmlContent htmlContent ) : IHtmlContentBuilder | ||
htmlContent | IHtmlContent | |
리턴 | IHtmlContentBuilder |
public AppendHtml ( string encoded ) : IHtmlContentBuilder | ||
encoded | string | |
리턴 | IHtmlContentBuilder |
public CopyTo ( IHtmlContentBuilder destination ) : void | ||
destination | IHtmlContentBuilder | |
리턴 | void |
public HtmlContentBuilder ( IList | ||
entries | IList |
/// The list of entries. The |
리턴 | System |
public HtmlContentBuilder ( int capacity ) : System | ||
capacity | int | The initial capacity of the backing store. |
리턴 | System |
public MoveTo ( IHtmlContentBuilder destination ) : void | ||
destination | IHtmlContentBuilder | |
리턴 | void |
public WriteTo ( |
||
writer | ||
encoder | System.Text.Encodings.Web.HtmlEncoder | |
리턴 | void |