HelperPage.WriteTo Method

Definition

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.

Applies to