Share via


BaseView.WriteLiteral Method (String)

 

Write the given value directly to the output

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

Syntax

protected void WriteLiteral(
    string value
)
protected:
void WriteLiteral(
    String^ value
)
member WriteLiteral : 
        value:string -> unit
Protected Sub WriteLiteral (
    value As String
)

Parameters

See Also

BaseView Class
Microsoft.Owin.Diagnostics.Views Namespace

Return to top