BaseView.WriteLiteral Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| WriteLiteral(Object) |
Write the given value directly to the output |
| WriteLiteral(String) |
Write the given value directly to the output |
WriteLiteral(Object)
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)
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