DynamicAttributeBlockChunkGenerator Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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)
Paramètres
- prefix
- LocationTagged<String>
- valueStart
- SourceLocation
S’applique à
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)
Paramètres
- prefix
- LocationTagged<String>
- offset
- Int32
- line
- Int32
- col
- Int32