BaseView.Write Method (String)

Html encode and write

Namespace:  Microsoft.Owin.Diagnostics.Views
Assembly:  Microsoft.Owin.Diagnostics (in Microsoft.Owin.Diagnostics.dll)

Syntax

'Declaration
Protected Sub Write ( _
    value As String _
)
'Usage
Dim value As String 

Me.Write(value)
protected void Write(
    string value
)
protected:
void Write(
    String^ value
)
member Write : 
        value:string -> unit
protected function Write(
    value : String
)

Parameters

See Also

Reference

BaseView Class

Write Overload

Microsoft.Owin.Diagnostics.Views Namespace