다음을 통해 공유


IErrorPage.ErrorTitle 속성

정의

오류 페이지의 문자열 제목을 가져오거나 설정합니다.

public:
 property System::String ^ ErrorTitle { System::String ^ get(); void set(System::String ^ value); };
public string ErrorTitle { get; set; }
member this.ErrorTitle : string with get, set
Public Property ErrorTitle As String

속성 값

String

오류 페이지의 문자열 제목입니다.

적용 대상