CodeWriter.Write 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
Write(String)
public:
 Microsoft::AspNetCore::Razor::CodeGenerators::CodeWriter ^ Write(System::String ^ data);public Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriter Write(string data);member this.Write : string -> Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriterPublic Function Write (data As String) As CodeWriterParameters
- data
- String
Returns
Applies to
Write(String, Int32, Int32)
public:
 Microsoft::AspNetCore::Razor::CodeGenerators::CodeWriter ^ Write(System::String ^ data, int index, int count);public Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriter Write(string data, int index, int count);member this.Write : string * int * int -> Microsoft.AspNetCore.Razor.CodeGenerators.CodeWriterPublic Function Write (data As String, index As Integer, count As Integer) As CodeWriterParameters
- data
- String
- index
- Int32
- count
- Int32