다음을 통해 공유


XhtmlControlAdapter.ConditionalRenderClassAttribute 메서드

정의

특정 조건이 충족될 경우 렌더링할 다음 요소에 클래스 이름 특성을 놓습니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

protected:
 virtual void ConditionalRenderClassAttribute(System::Web::UI::MobileControls::Adapters::XhtmlAdapters::XhtmlMobileTextWriter ^ writer);
protected virtual void ConditionalRenderClassAttribute (System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter writer);
abstract member ConditionalRenderClassAttribute : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter -> unit
override this.ConditionalRenderClassAttribute : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter -> unit
Protected Overridable Sub ConditionalRenderClassAttribute (writer As XhtmlMobileTextWriter)

매개 변수

writer
XhtmlMobileTextWriter

클라이언트의 브라우저에서 서버 컨트롤 콘텐츠를 렌더링하는 데 사용되는 XhtmlMobileTextWriter 개체입니다.

설명

이 메서드는 다음 조건이 충족되는 경우 다음 요소에서 계단식 스타일시트 클래스 특성을 렌더링합니다.

  • Device 계단식 스타일시트 스타일을 표시하지 않아도 됩니다.

  • 속성은 CssLocation 실제 파일을 나타냅니다.

  • 현재 Control 에 현재 클래스 이름과 다른 흠 CssClass 이 없는 특성 이름이 있습니다.

이 메서드는 주로 .NET Framework에서 내부적으로 사용됩니다.

적용 대상

추가 정보