다음을 통해 공유


XhtmlControlAdapter.ConditionalRenderClosingSpanElement 메서드

정의

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

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

매개 변수

writer
XhtmlMobileTextWriter

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

설명

열려 <span> 있는 요소가 ConditionalRenderClosingSpanElement 있는 경우 메서드는 닫 </span> 는 요소를 렌더링하고 다음 조건이 충족되는 경우 현재 계단식 스타일시트 클래스 이름을 취소합니다.

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

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

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

적용 대상

추가 정보