GeneratedTagHelperContext.FormatInvalidIndexerAssignmentMethodName Vlastnost

Definice

Název metody sloužící k formátování chybové zprávy týkající se použití indexeru, pokud má vlastnost pomocníka značek hodnotu 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

Hodnota vlastnosti

String

Poznámky

Signatura metody by měla být

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.

Platí pro