HelperPage.WriteLiteralTo Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WriteLiteralTo(TextWriter, Object) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Writes a literal object to the helper. |
WriteLiteralTo(TextWriter, HelperResult) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Writes a helper result object to the helper. |
WriteLiteralTo(TextWriter, Object)
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Writes a literal object to the helper.
public static void WriteLiteralTo(System.IO.TextWriter writer, object value);
static member WriteLiteralTo : System.IO.TextWriter * obj -> unit
Public Shared Sub WriteLiteralTo (writer As TextWriter, value As Object)
Parameters
- writer
- TextWriter
The text writer.
- value
- Object
The value of the object.
Applies to
WriteLiteralTo(TextWriter, HelperResult)
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Writes a helper result object to the helper.
public static void WriteLiteralTo(System.IO.TextWriter writer, System.Web.WebPages.HelperResult value);
static member WriteLiteralTo : System.IO.TextWriter * System.Web.WebPages.HelperResult -> unit
Public Shared Sub WriteLiteralTo (writer As TextWriter, value As HelperResult)
Parameters
- writer
- TextWriter
The text writer
- value
- HelperResult
The helper result.