RazorPageBase.InvalidTagHelperIndexerAssignment Méthode

Définition

Mettez en forme un message d’erreur concernant l’utilisation d’un indexeur lorsque la propriété tag helper est 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

Paramètres

attributeName
String

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

tagHelperTypeName
String

Nom complet du tag helper Type.

propertyName
String

Propriété dictionary dans le tag helper.

Retours

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

S’applique à