HelperPage.WriteTo 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
WriteTo(TextWriter, Object) |
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Writes an object to the helper. |
WriteTo(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. |
WriteTo(TextWriter, Object)
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Writes an object to the helper.
public static void WriteTo (System.IO.TextWriter writer, object value);
static member WriteTo : System.IO.TextWriter * obj -> unit
Public Shared Sub WriteTo (writer As TextWriter, value As Object)
Parameters
- writer
- TextWriter
The text writer.
- value
- Object
The object value.
Applies to
WriteTo(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 WriteTo (System.IO.TextWriter writer, System.Web.WebPages.HelperResult value);
static member WriteTo : System.IO.TextWriter * System.Web.WebPages.HelperResult -> unit
Public Shared Sub WriteTo (writer As TextWriter, value As HelperResult)
Parameters
- writer
- TextWriter
The text writer.
- value
- HelperResult
The helper result value.