XhtmlControlAdapter.RenderPostBackEventAsAnchor 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
呈現回傳事件,做為頁面上的連結。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
多載
RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String) |
呈現回傳事件,做為具有指定引數和文字的連結。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。 |
RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String, String) |
呈現回傳事件,做為具有指定引數、文字和便捷鍵的連結。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。 |
RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String, String, Style, String) |
呈現回傳事件做為連結,並使這個連結具有指定引數、文字、便捷鍵,以及指定的樣式或階層式樣式表類別名稱。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。 |
RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String)
呈現回傳事件,做為具有指定引數和文字的連結。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
protected:
virtual void RenderPostBackEventAsAnchor(System::Web::UI::MobileControls::Adapters::XhtmlAdapters::XhtmlMobileTextWriter ^ writer, System::String ^ argument, System::String ^ linkText);
protected virtual void RenderPostBackEventAsAnchor (System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter writer, string argument, string linkText);
abstract member RenderPostBackEventAsAnchor : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string -> unit
override this.RenderPostBackEventAsAnchor : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string -> unit
Protected Overridable Sub RenderPostBackEventAsAnchor (writer As XhtmlMobileTextWriter, argument As String, linkText As String)
參數
- writer
- XhtmlMobileTextWriter
XhtmlMobileTextWriter 物件,用來在用戶端的瀏覽器上呈現伺服器控制項內容。
- argument
- String
字串,包含您要提供給事件的引數。
- linkText
- String
字串,包含要顯示在連結中的文字。
備註
這個方法主要是由 .NET Framework 內部使用。
另請參閱
適用於
RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String, String)
呈現回傳事件,做為具有指定引數、文字和便捷鍵的連結。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
protected:
virtual void RenderPostBackEventAsAnchor(System::Web::UI::MobileControls::Adapters::XhtmlAdapters::XhtmlMobileTextWriter ^ writer, System::String ^ argument, System::String ^ linkText, System::String ^ accessKey);
protected virtual void RenderPostBackEventAsAnchor (System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter writer, string argument, string linkText, string accessKey);
abstract member RenderPostBackEventAsAnchor : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string * string -> unit
override this.RenderPostBackEventAsAnchor : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string * string -> unit
Protected Overridable Sub RenderPostBackEventAsAnchor (writer As XhtmlMobileTextWriter, argument As String, linkText As String, accessKey As String)
參數
- writer
- XhtmlMobileTextWriter
XhtmlMobileTextWriter 物件,用來在用戶端的瀏覽器上呈現伺服器控制項內容。
- argument
- String
您要傳遞至事件的引數。
- linkText
- String
連結中要顯示的文字。
- accessKey
- String
用來做為快速鍵的字元。
備註
這個方法主要是由 .NET Framework 內部使用。
另請參閱
適用於
RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String, String, Style, String)
呈現回傳事件做為連結,並使這個連結具有指定引數、文字、便捷鍵,以及指定的樣式或階層式樣式表類別名稱。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
protected:
virtual void RenderPostBackEventAsAnchor(System::Web::UI::MobileControls::Adapters::XhtmlAdapters::XhtmlMobileTextWriter ^ writer, System::String ^ argument, System::String ^ linkText, System::String ^ accessKey, System::Web::UI::MobileControls::Style ^ style, System::String ^ cssClass);
protected virtual void RenderPostBackEventAsAnchor (System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter writer, string argument, string linkText, string accessKey, System.Web.UI.MobileControls.Style style, string cssClass);
abstract member RenderPostBackEventAsAnchor : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string * string * System.Web.UI.MobileControls.Style * string -> unit
override this.RenderPostBackEventAsAnchor : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string * string * System.Web.UI.MobileControls.Style * string -> unit
Protected Overridable Sub RenderPostBackEventAsAnchor (writer As XhtmlMobileTextWriter, argument As String, linkText As String, accessKey As String, style As Style, cssClass As String)
參數
- writer
- XhtmlMobileTextWriter
XhtmlMobileTextWriter 物件,用來在用戶端的瀏覽器上呈現伺服器控制項內容。
- argument
- String
要傳遞至事件的引數。
- linkText
- String
連結中要顯示的文字。
- accessKey
- String
用來做為快速鍵的字元。
- cssClass
- String
目前的階層式樣式表中的類別名稱。
備註
這個方法主要是由 .NET Framework 內部使用。