DynamicAttributeBlockChunkGenerator Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
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)
Parameter
- prefix
- LocationTagged<String>
- valueStart
- SourceLocation
Gilt für:
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)
Parameter
- prefix
- LocationTagged<String>
- offset
- Int32
- line
- Int32
- col
- Int32