RazorPage.InvalidTagHelperIndexerAssignment(String, String, String) Méthode

Définition

Mettez en forme un message d’erreur concernant l’utilisation d’un indexeur lorsque la propriété d’assistance de balise est null.

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

Paramètres

attributeName
String

Nom de l’attribut HTML associé à l’indexeur.

tagHelperTypeName
String

Nom complet du tag helper Type.

propertyName
String

Propriété dictionnaire dans l’outil d’assistance de balise.

Retours

Message d’erreur concernant l’utilisation d’un indexeur lorsque la propriété tag helper est null.

S’applique à