Udostępnij przez


AttributeBlockCodeGenerator Konstruktor

Definicja

Ten typ/element członkowski obsługuje infrastrukturę .NET Framework i nie jest przeznaczony do użycia bezpośrednio z kodu. Inicjuje AttributeBlockCodeGenerator nowe wystąpienie klasy .

public AttributeBlockCodeGenerator(string name, System.Web.Razor.Text.LocationTagged<string> prefix, System.Web.Razor.Text.LocationTagged<string> suffix);
new System.Web.Razor.Generator.AttributeBlockCodeGenerator : string * System.Web.Razor.Text.LocationTagged<string> * System.Web.Razor.Text.LocationTagged<string> -> System.Web.Razor.Generator.AttributeBlockCodeGenerator
Public Sub New (name As String, prefix As LocationTagged(Of String), suffix As LocationTagged(Of String))

Parametry

name
String

Nazwa.

prefix
LocationTagged<String>

Ciąg prefiksu.

suffix
LocationTagged<String>

Ciąg sufiksu.

Dotyczy