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