Sdílet prostřednictvím


RazorPage.InvalidTagHelperIndexerAssignment(String, String, String) Metoda

Definice

Naformátujte chybovou zprávu o použití indexeru, pokud je vlastnost pomocné rutiny značky nastavena na nullhodnotu .

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

Parametry

attributeName
String

Název atributu HTML přidruženého k indexeru.

tagHelperTypeName
String

Úplný název pomocné Typerutiny značky .

propertyName
String

Vlastnost slovníku v pomocné rutině značky.

Návraty

Chybová zpráva o použití indexeru, pokud je vlastnost pomocné rutiny značky null.

Platí pro