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