Partilhar via


GeneratedTagHelperContext.BeginAddHtmlAttributeValuesMethodName Propriedade

Definição

O nome do método usado para iniciar a adição de atributos auxiliares de marca não associados e complexos a TagHelperExecutionContexts.

public:
 property System::String ^ BeginAddHtmlAttributeValuesMethodName { System::String ^ get(); void set(System::String ^ value); };
public string BeginAddHtmlAttributeValuesMethodName { get; set; }
member this.BeginAddHtmlAttributeValuesMethodName : string with get, set
Public Property BeginAddHtmlAttributeValuesMethodName As String

Valor da propriedade

Comentários

A assinatura do método deve ser

public void BeginAddHtmlAttributeValues(
    TagHelperExecutionContext executionContext,
    string attributeName)

Aplica-se a