Share via


CSharpCodeWriter.WriteStringLiteral(String) Method

Definition

public:
 Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ WriteStringLiteral(System::String ^ literal);
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter WriteStringLiteral (string literal);
member this.WriteStringLiteral : string -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter
Public Function WriteStringLiteral (literal As String) As CSharpCodeWriter

Parameters

literal
String

Returns

Applies to