GeneratedTagHelperContext.FormatInvalidIndexerAssignmentMethodName Propiedad

Definición

Nombre del método utilizado para dar formato a un mensaje de error sobre el uso de un indizador cuando la propiedad de la aplicación auxiliar de etiquetas es 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 de propiedad

String

Comentarios

La Signatura del método debe 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.

Se aplica a