BaseView.WriteLiteral Method

Definition

Overloads

WriteLiteral(Object)

Write the given value directly to the output

WriteLiteral(String)

Write the given value directly to the output

WriteLiteral(Object)

Source:
BaseView.cs
Source:
BaseView.cs

Write the given value directly to the output

protected:
 void WriteLiteral(System::Object ^ value);
protected void WriteLiteral (object value);
member this.WriteLiteral : obj -> unit
Protected Sub WriteLiteral (value As Object)

Parameters

value
Object

Applies to

WriteLiteral(String)

Source:
BaseView.cs
Source:
BaseView.cs

Write the given value directly to the output

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

Parameters

value
String

Applies to