다음을 통해 공유


XhtmlControlAdapter.ConditionalPopPhysicalCssClass 메서드

정의

특정 조건이 충족될 경우 XhtmlMobileTextWriter 개체에서 현재 CSS 스타일시트 클래스 이름을 제거합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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

매개 변수

writer
XhtmlMobileTextWriter

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

설명

텍스트 writer 는 클래스 특성 이름의 개체를 Stack 유지하고 클래스 특성을 렌더링할 때 XhtmlControlAdapter 특성 값을 개체에 푸시하도록 텍스트 writerStack 신호를 보냅니다. 최상위 클래스 이름은 현재 클래스 특성 이름으로 처리됩니다. 이 메서드는 실제 계단식 스타일시트가 적용되는 경우 에서 Stack 현재 클래스 특성 이름을 제거합니다.

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

적용 대상

추가 정보