RazorPageBase.InvalidTagHelperIndexerAssignment Metoda

Definicja

Sformatuj komunikat o błędzie dotyczący używania indeksatora, gdy właściwość pomocnika tagu to 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

Parametry

attributeName
String

Nazwa atrybutu HTML skojarzonego z indeksatorem.

tagHelperTypeName
String

Pełna nazwa pomocnika Typetagu .

propertyName
String

Właściwość słownika w pomocniku tagu.

Zwraca

Komunikat o błędzie dotyczący używania indeksatora, gdy właściwość pomocnika tagu to null.

Dotyczy