WebPageExecutingBase.Write Method

Definition

Overloads

Write(Object)

Writes the string representation of the specified object as an HTML-encoded string.

Write(HelperResult)

Writes the specified HelperResult object as an HTML-encoded string.

Write(Object)

Writes the string representation of the specified object as an HTML-encoded string.

public abstract void Write (object value);
abstract member Write : obj -> unit
Public MustOverride Sub Write (value As Object)

Parameters

value
Object

The object to encode and write.

Applies to

Write(HelperResult)

Writes the specified HelperResult object as an HTML-encoded string.

public abstract void Write (System.Web.WebPages.HelperResult result);
abstract member Write : System.Web.WebPages.HelperResult -> unit
Public MustOverride Sub Write (result As HelperResult)

Parameters

result
HelperResult

The helper result to encode and write.

Applies to