CodeWriter.WriteLine Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
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
Возвращаемое значение
Применяется к
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
Параметры
- data
- String