次の方法で共有


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が の場合のインデクサーの使用に関するエラー メッセージ。

適用対象