DynamicAttributeBlockChunkGenerator Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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)
Parameters
- prefix
- LocationTagged<String>
- valueStart
- SourceLocation
Applies to
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)
Parameters
- prefix
- LocationTagged<String>
- offset
- Int32
- line
- Int32
- col
- Int32