Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes the string representation of the specified HelperResult object as an HTML-encoded string.
Namespace: System.Web.WebPages
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
Syntax
'Declaration
Public Overrides Sub Write ( _
result As HelperResult _
)
'Usage
Dim instance As StartPage
Dim result As HelperResult
instance.Write(result)
public override void Write(
HelperResult result
)
public:
virtual void Write(
HelperResult^ result
) override
abstract Write :
result:HelperResult -> unit
override Write :
result:HelperResult -> unit
public override function Write(
result : HelperResult
)
Parameters
- result
Type: System.Web.WebPages.HelperResult
The helper result to encode and write.