다음을 통해 공유


PasswordRecoveryDesigner.GetDesignTimeHtml 메서드

정의

디자인 타임에 컨트롤을 나타내는 데 사용되는 HTML 태그를 검색합니다.

오버로드

GetDesignTimeHtml()

디자인 타임에 연결된 컨트롤을 표시하는 데 사용할 HTML 태그를 검색합니다.

GetDesignTimeHtml(DesignerRegionCollection)

디자인 타임에 모든 영역을 표시하는 HTML 태그를 검색합니다.

GetDesignTimeHtml()

디자인 타임에 연결된 컨트롤을 표시하는 데 사용할 HTML 태그를 검색합니다.

public:
 override System::String ^ GetDesignTimeHtml();
public override string GetDesignTimeHtml ();
override this.GetDesignTimeHtml : unit -> string
Public Overrides Function GetDesignTimeHtml () As String

반환

디자인 타임에 컨트롤을 나타낼 HTML 태그입니다.

추가 정보

적용 대상

GetDesignTimeHtml(DesignerRegionCollection)

디자인 타임에 모든 영역을 표시하는 HTML 태그를 검색합니다.

public:
 override System::String ^ GetDesignTimeHtml(System::Web::UI::Design::DesignerRegionCollection ^ regions);
public override string GetDesignTimeHtml (System.Web.UI.Design.DesignerRegionCollection regions);
override this.GetDesignTimeHtml : System.Web.UI.Design.DesignerRegionCollection -> string
Public Overrides Function GetDesignTimeHtml (regions As DesignerRegionCollection) As String

매개 변수

regions
DesignerRegionCollection

연결된 컨트롤에 대한 컨트롤 디자이너 영역의 컬렉션입니다.

반환

모든 컨트롤 디자이너 영역을 포함하여 연결된 컨트롤에 대한 디자인 타임 HTML 태그입니다.

추가 정보

적용 대상