Partilhar via


AttributeBlockCodeGenerator Construtor

Definição

Esse tipo/membro dá suporte à infraestrutura de .NET Framework e não se destina a ser usado diretamente do seu código. Inicializa uma nova instância da AttributeBlockCodeGenerator classe .

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))

Parâmetros

name
String

O nome.

prefix
LocationTagged<String>

A cadeia de caracteres do prefixo.

suffix
LocationTagged<String>

A cadeia de caracteres do sufixo.

Aplica-se a