CSharpCodeVisitor.CreateStatementCodeMapping(String, Chunk) 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.
public:
void CreateStatementCodeMapping(System::String ^ code, Microsoft::AspNetCore::Razor::Chunks::Chunk ^ chunk);
public void CreateStatementCodeMapping (string code, Microsoft.AspNetCore.Razor.Chunks.Chunk chunk);
member this.CreateStatementCodeMapping : string * Microsoft.AspNetCore.Razor.Chunks.Chunk -> unit
Public Sub CreateStatementCodeMapping (code As String, chunk As Chunk)
Parameters
- code
- String
- chunk
- Chunk