RazorPageBase.InvalidTagHelperIndexerAssignment Method

Definition

Format an error message about using an indexer when the tag helper property is null.

public:
 System::String ^ InvalidTagHelperIndexerAssignment(System::String ^ attributeName, System::String ^ tagHelperTypeName, System::String ^ propertyName);
public string InvalidTagHelperIndexerAssignment (string attributeName, string tagHelperTypeName, string propertyName);
member this.InvalidTagHelperIndexerAssignment : string * string * string -> string
Public Function InvalidTagHelperIndexerAssignment (attributeName As String, tagHelperTypeName As String, propertyName As String) As String

Parameters

attributeName
String

Name of the HTML attribute associated with the indexer.

tagHelperTypeName
String

Full name of the tag helper Type.

propertyName
String

Dictionary property in the tag helper.

Returns

An error message about using an indexer when the tag helper property is null.

Applies to