CSharpCodeWriter.WriteReturn 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
| WriteReturn(String, Boolean) | |
| WriteReturn(String) |
WriteReturn(String, Boolean)
public:
Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ WriteReturn(System::String ^ value, bool endLine);
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter WriteReturn (string value, bool endLine);
member this.WriteReturn : string * bool -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter
Public Function WriteReturn (value As String, endLine As Boolean) As CSharpCodeWriter
Parameters
- value
- String
- endLine
- Boolean
Returns
Applies to
WriteReturn(String)
public:
Microsoft::AspNetCore::Razor::CodeGenerators::CSharpCodeWriter ^ WriteReturn(System::String ^ value);
public Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter WriteReturn (string value);
member this.WriteReturn : string -> Microsoft.AspNetCore.Razor.CodeGenerators.CSharpCodeWriter
Public Function WriteReturn (value As String) As CSharpCodeWriter
Parameters
- value
- String