DynamicAttributeBlockChunkGenerator Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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)
Parâmetros
- prefix
- LocationTagged<String>
- valueStart
- SourceLocation
Aplica-se a
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)
Parâmetros
- prefix
- LocationTagged<String>
- offset
- Int32
- line
- Int32
- col
- Int32