GeneratedTagHelperContext.FormatInvalidIndexerAssignmentMethodName Property

Definition

The name of the method used to format an error message about using an indexer when the tag helper property is 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

Property Value

String

Remarks

Method signature should be

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.

Applies to