RazorPageBase.InvalidTagHelperIndexerAssignment Método

Definición

Dar formato a un mensaje de error sobre el uso de un indexador cuando la propiedad auxiliar de etiquetas es 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

Parámetros

attributeName
String

Nombre del atributo HTML asociado al indizador.

tagHelperTypeName
String

Nombre completo del asistente Typede etiquetas .

propertyName
String

Propiedad Dictionary del asistente de etiquetas.

Devoluciones

Mensaje de error sobre el uso de un indexador cuando la propiedad auxiliar de etiquetas es null.

Se aplica a