BaseView.WriteLiteral Method

Write the given value directly to the output

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

Syntax

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

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

Parameters

See Also

Reference

BaseView Class

Microsoft.Owin.Diagnostics.Views Namespace