Method Append
Append(StringBuilder, String, Int32, Int32)
Appends original text to the response.
Declaration
protected virtual void Append(StringBuilder dest, string content, int start, int end)
Parameters
Type | Name | Description |
---|---|---|
StringBuilder | dest | resulting text, possibly transformed or encoded |
System.String | content | original text content |
System.Int32 | start | index of the first character in content |
System.Int32 | end | index of the character following the last character in content |