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.

적용 대상