XhtmlMobileTextWriter.CustomBodyStyles 속성

정의

페이지 본문에 대한 사용자 지정 스타일 설정을 가져오거나 설정합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 Mobile Apps & Sites with ASP.NET(ASP.NET을 사용한 모바일 앱 및 사이트)을 참조하세요.

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

속성 값

String

해당 속성이 설정되었으면 스타일시트 정보가 들어 있는 string이고, 그렇지 않으면 null입니다.

설명

이 속성은 주로 사용자 지정 모바일 페이지 및 컨트롤 어댑터 개발자에 의해 사용 됩니다.

적용 대상

추가 정보