XhtmlControlAdapter.ConditionalPopPhysicalCssClass 메서드

정의

특정 조건이 충족되는 경우 개체에서 XhtmlMobileTextWriter 현재 계단식 스타일시트 클래스 이름을 제거합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

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에서 내부적으로 사용됩니다.

적용 대상

추가 정보