MappingLocation 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
MappingLocation() | |
MappingLocation(SourceLocation, Int32) |
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.MappingLocation
Public Sub New (location As SourceLocation, contentLength As Integer)
參數
- location
- SourceLocation
- contentLength
- Int32