CodeWriter.WriteLine 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
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
Returns
Applies to
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
Parameters
- data
- String