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