RazorPage.WriteLiteral(Object) 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.
Writes the specified value
without HTML encoding to Output.
public:
virtual void WriteLiteral(System::Object ^ value);
public virtual void WriteLiteral (object value);
abstract member WriteLiteral : obj -> unit
override this.WriteLiteral : obj -> unit
Public Overridable Sub WriteLiteral (value As Object)