CodeWriter.WriteLine Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
WriteLine() | |
WriteLine(String) |
WriteLine()
public:
Microsoft::AspNetCore::Razor::CodeGenerators::CodeWriter ^ WriteLine();
public Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriter WriteLine ();
member this.WriteLine : unit -> Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriter
Public Function WriteLine () As CodeWriter
Retornos
Aplica-se a
WriteLine(String)
public:
Microsoft::AspNetCore::Razor::CodeGenerators::CodeWriter ^ WriteLine(System::String ^ data);
public Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriter WriteLine (string data);
member this.WriteLine : string -> Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriter
Public Function WriteLine (data As String) As CodeWriter
Parâmetros
- data
- String