Share via


XhtmlControlAdapter.ConditionalRenderCustomAttribute 메서드

정의

특정 조건이 충족될 경우 연결된 컨트롤에서 지정된 사용자 지정 특성 값을 가져오고 다음 요소에서 렌더링합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

오버로드

ConditionalRenderCustomAttribute(XhtmlMobileTextWriter, String)

특정 조건이 충족될 경우 연결된 컨트롤에서 지정된 이름의 특성 값을 가져와서 지정된 이름의 다음 요소에 렌더링합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

ConditionalRenderCustomAttribute(XhtmlMobileTextWriter, String, String)

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

ConditionalRenderCustomAttribute(XhtmlMobileTextWriter, String)

특정 조건이 충족될 경우 연결된 컨트롤에서 지정된 이름의 특성 값을 가져와서 지정된 이름의 다음 요소에 렌더링합니다. 이 API는 더 이상 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 ASP.NET 있는 Mobile Apps & 사이트를 참조하세요.

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

매개 변수

writer
XhtmlMobileTextWriter

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

attributeName
String

특성 이름입니다.

설명

특성 이름이 빈 문자열("")이 아니고 컨트롤에 지정된 특성이 있으면 특성이 렌더링됩니다.

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

추가 정보

적용 대상

ConditionalRenderCustomAttribute(XhtmlMobileTextWriter, String, String)

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

protected:
 virtual void ConditionalRenderCustomAttribute(System::Web::UI::MobileControls::Adapters::XhtmlAdapters::XhtmlMobileTextWriter ^ writer, System::String ^ attributeName, System::String ^ markupAttributeName);
protected virtual void ConditionalRenderCustomAttribute (System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter writer, string attributeName, string markupAttributeName);
abstract member ConditionalRenderCustomAttribute : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string -> unit
override this.ConditionalRenderCustomAttribute : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string -> unit
Protected Overridable Sub ConditionalRenderCustomAttribute (writer As XhtmlMobileTextWriter, attributeName As String, markupAttributeName As String)

매개 변수

writer
XhtmlMobileTextWriter

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

attributeName
String

특성 이름입니다.

markupAttributeName
String

특성의 XHTML 태그 이름입니다.

설명

markupAttributeName 가 모두 attributeName 빈 문자열("")이 아니고 컨트롤에 지정된 특성이 있으면 특성이 렌더링됩니다. 이 메서드를 사용하여 컨트롤에 사용되는 특성 또는 속성 이름과 다른 렌더링된 요소에 태그 특성을 제공합니다.

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

추가 정보

적용 대상