WebPageBase.Write Method

Definition

Overloads

Write(Object)

Writes the specified object as an HTML-encoded string.

Write(HelperResult)

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

Write(Object)

Writes the specified object as an HTML-encoded string.

public override void Write (object value);
override this.Write : obj -> unit
Public Overrides 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 override void Write (System.Web.WebPages.HelperResult result);
override this.Write : System.Web.WebPages.HelperResult -> unit
Public Overrides Sub Write (result As HelperResult)

Parameters

result
HelperResult

The helper result to encode and write.

Applies to