Partilhar via


GeneratedTagHelperContext.FormatInvalidIndexerAssignmentMethodName Propriedade

Definição

O nome do método usado para formatar uma mensagem de erro sobre como usar um indexador quando a propriedade auxiliar de marca é null.

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

Valor da propriedade

Comentários

A assinatura do método deve ser

public string FormatInvalidIndexerAssignment(
    string attributeName,       // Name of the HTML attribute associated with the indexer.
    string tagHelperTypeName,   // Full name of the tag helper type.
    string propertyName)        // Dictionary property in the tag helper.

Aplica-se a