次の方法で共有


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

適用対象