共用方式為


RazorPage.InvalidTagHelperIndexerAssignment(String, String, String) 方法

定義

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

參數

attributeName
String

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

tagHelperTypeName
String

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

propertyName
String

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

傳回

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

適用於