WmlMobileTextWriter.RenderBeginPostBack(String, Boolean, Boolean) 메서드

정의

포스트백 렌더링을 시작합니다. 이 API는 사용되지 않습니다. ASP.NET 모바일 애플리케이션을 개발하는 방법에 대한 자세한 내용은 모빌 앱 및 ASP.NET 있는 사이트입니다.

public:
 virtual void RenderBeginPostBack(System::String ^ softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey);
public virtual void RenderBeginPostBack(string softkeyLabel, bool implicitSoftkeyLabel, bool mapToSoftkey);
abstract member RenderBeginPostBack : string * bool * bool -> unit
override this.RenderBeginPostBack : string * bool * bool -> unit
Public Overridable Sub RenderBeginPostBack (softkeyLabel As String, implicitSoftkeyLabel As Boolean, mapToSoftkey As Boolean)

매개 변수

softkeyLabel
String

매개 변수가 .로 설정된 true경우 mapToSoftKey 링크에 사용할 소프트 키 텍스트입니다.

implicitSoftkeyLabel
Boolean

애플리케이션 작성자가 명시적으로 지정한 true 소프트 키 레이블이 아니라 소프트 키 레이블이 어댑터 자체에서 가져온 경우로 설정합니다.

mapToSoftkey
Boolean

디바이스의 true 소프트 키에 매핑하는 경우로 설정합니다.

적용 대상

추가 정보