MappingLocation Constructors
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
MappingLocation() | |
MappingLocation(SourceLocation, Int32) |
MappingLocation()
public:
MappingLocation();
public MappingLocation ();
Public Sub New ()
Applies to
MappingLocation(SourceLocation, Int32)
public:
MappingLocation(Microsoft::AspNetCore::Razor::SourceLocation location, int contentLength);
public MappingLocation (Microsoft.AspNetCore.Razor.SourceLocation location, int contentLength);
new Microsoft.AspNetCore.Razor.CodeGenerators.MappingLocation : Microsoft.AspNetCore.Razor.SourceLocation * int -> Microsoft.AspNetCore.Razor.CodeGenerators.MappingLocation
Public Sub New (location As SourceLocation, contentLength As Integer)
Parameters
- location
- SourceLocation
- contentLength
- Int32