WebPageExecutingBase.Write 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
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.