DynamicAttributeBlockChunkGenerator 构造函数

定义

重载

DynamicAttributeBlockChunkGenerator(LocationTagged<String>, SourceLocation)
DynamicAttributeBlockChunkGenerator(LocationTagged<String>, Int32, Int32, Int32)

DynamicAttributeBlockChunkGenerator(LocationTagged<String>, SourceLocation)

public:
 DynamicAttributeBlockChunkGenerator(Microsoft::AspNetCore::Razor::Text::LocationTagged<System::String ^> ^ prefix, Microsoft::AspNetCore::Razor::SourceLocation valueStart);
public DynamicAttributeBlockChunkGenerator (Microsoft.AspNetCore.Razor.Text.LocationTagged<string> prefix, Microsoft.AspNetCore.Razor.SourceLocation valueStart);
new Microsoft.AspNetCore.Razor.Chunks.Generators.DynamicAttributeBlockChunkGenerator : Microsoft.AspNetCore.Razor.Text.LocationTagged<string> * Microsoft.AspNetCore.Razor.SourceLocation -> Microsoft.AspNetCore.Razor.Chunks.Generators.DynamicAttributeBlockChunkGenerator
Public Sub New (prefix As LocationTagged(Of String), valueStart As SourceLocation)

参数

valueStart
SourceLocation

适用于

DynamicAttributeBlockChunkGenerator(LocationTagged<String>, Int32, Int32, Int32)

public:
 DynamicAttributeBlockChunkGenerator(Microsoft::AspNetCore::Razor::Text::LocationTagged<System::String ^> ^ prefix, int offset, int line, int col);
public DynamicAttributeBlockChunkGenerator (Microsoft.AspNetCore.Razor.Text.LocationTagged<string> prefix, int offset, int line, int col);
new Microsoft.AspNetCore.Razor.Chunks.Generators.DynamicAttributeBlockChunkGenerator : Microsoft.AspNetCore.Razor.Text.LocationTagged<string> * int * int * int -> Microsoft.AspNetCore.Razor.Chunks.Generators.DynamicAttributeBlockChunkGenerator
Public Sub New (prefix As LocationTagged(Of String), offset As Integer, line As Integer, col As Integer)

参数

offset
Int32
line
Int32
col
Int32

适用于