MappingLocation 构造函数 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
MappingLocation()
public:
 MappingLocation();public MappingLocation();Public Sub New ()适用于
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.MappingLocationPublic Sub New (location As SourceLocation, contentLength As Integer)参数
- location
- SourceLocation
- contentLength
- Int32