HtmlFormAdapter.RenderBodyTag(HtmlMobileTextWriter, IDictionary) 메서드

정의

<body> 태그를 렌더링합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

protected:
 virtual void RenderBodyTag(System::Web::UI::MobileControls::Adapters::HtmlMobileTextWriter ^ writer, System::Collections::IDictionary ^ attributes);
protected virtual void RenderBodyTag (System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter writer, System.Collections.IDictionary attributes);
abstract member RenderBodyTag : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter * System.Collections.IDictionary -> unit
override this.RenderBodyTag : System.Web.UI.MobileControls.Adapters.HtmlMobileTextWriter * System.Collections.IDictionary -> unit
Protected Overridable Sub RenderBodyTag (writer As HtmlMobileTextWriter, attributes As IDictionary)

매개 변수

writer
HtmlMobileTextWriter

텍스트 기록기입니다.

attributes
IDictionary

지정한 <body> 특성입니다.

설명

기본 구현 렌더링을 <body> 지정 된 특성을 사용 하 여 태그입니다. 상속 하는 어댑터가이 메서드를 재정의 하 고 기본 구현을 호출 하기 전에 특성의 사전을 수정할 수 있습니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 모바일 앱 및 사이트를 참조하세요.

적용 대상

추가 정보