다음을 통해 공유


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.

적용 대상