Share via


RazorPageBase.InvalidTagHelperIndexerAssignment 方法

定義

當標籤協助程式屬性為 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

參數

attributeName
String

與索引子相關聯的 HTML 屬性名稱。

tagHelperTypeName
String

標籤協助程式 Type 的完整名稱。

propertyName
String

標籤協助程式中的 Dictionary 屬性。

傳回

當標籤協助程式屬性為 null 時,有關使用索引子的錯誤訊息。

適用於