GeneratedTagHelperContext.FormatInvalidIndexerAssignmentMethodName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.