XhtmlControlAdapter.RenderPostBackEventAsAnchor Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Renderuje zdarzenie ogłaszania zwrotnego jako link na stronie. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET).
Przeciążenia
RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String) |
Renderuje zdarzenie ogłaszania zwrotnego jako link z określonym argumentem i tekstem. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET). |
RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String, String) |
Renderuje zdarzenie ogłaszania zwrotnego jako link z określonym argumentem, tekstem i kluczem dostępu. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET). |
RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String, String, Style, String) |
Renderuje zdarzenie ogłaszania zwrotnego jako link z określonym argumentem, tekstem i kluczem dostępu, a także określonymi stylami lub określoną kaskadową nazwą klasy arkusza stylów. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & Sites with ASP.NET). |
RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String)
Renderuje zdarzenie ogłaszania zwrotnego jako link z określonym argumentem i tekstem. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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)
Parametry
- writer
- XhtmlMobileTextWriter
Obiekt XhtmlMobileTextWriter używany do renderowania zawartości kontroli serwera w przeglądarce klienta.
- argument
- String
Ciąg zawierający argument, który chcesz podać do zdarzenia.
- linkText
- String
Ciąg zawierający tekst, który ma być wyświetlany w linku.
Uwagi
Ta metoda jest używana głównie wewnętrznie przez program .NET Framework.
Zobacz też
- RenderPostBackEventAsAnchor
- Render
- XhtmlMobileTextWriter
- Omówienie architektury zachowania adaptacyjnego sterowania
- Funkcje zestawów adapterów
- Interakcja z kontrolką i adapterem
Dotyczy
RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String, String)
Renderuje zdarzenie ogłaszania zwrotnego jako link z określonym argumentem, tekstem i kluczem dostępu. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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)
Parametry
- writer
- XhtmlMobileTextWriter
Obiekt XhtmlMobileTextWriter używany do renderowania zawartości kontroli serwera w przeglądarce klienta.
- argument
- String
Argument, który ma zostać przekazany do zdarzenia.
- linkText
- String
Tekst, który ma pojawić się w linku.
- accessKey
- String
Znak, który ma być używany jako klawisz skrótu.
Uwagi
Ta metoda jest używana głównie przez program .NET Framework wewnętrznie.
Zobacz też
- RenderPostBackEventAsAnchor
- XhtmlMobileTextWriter
- Omówienie architektury zachowania adaptacyjnego sterowania
- Funkcje zestawów adapterów
- Interakcja z kontrolką i adapterem
Dotyczy
RenderPostBackEventAsAnchor(XhtmlMobileTextWriter, String, String, String, Style, String)
Renderuje zdarzenie ogłaszania zwrotnego jako link z określonym argumentem, tekstem i kluczem dostępu, a także określonymi stylami lub określoną kaskadową nazwą klasy arkusza stylów. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia ASP.NET aplikacji mobilnych, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & 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)
Parametry
- writer
- XhtmlMobileTextWriter
Obiekt XhtmlMobileTextWriter używany do renderowania zawartości kontroli serwera w przeglądarce klienta.
- argument
- String
Argument przekazywany do zdarzenia.
- linkText
- String
Tekst, który ma pojawić się w linku.
- accessKey
- String
Znak, który ma być używany jako klawisz skrótu.
- cssClass
- String
Nazwa klasy w bieżącym kaskadowym arkuszu stylów.
Uwagi
Ta metoda jest używana głównie przez program .NET Framework wewnętrznie.
Zobacz też
- RenderPostBackEventAsAnchor
- XhtmlMobileTextWriter
- Omówienie architektury zachowania adaptacyjnego sterowania
- Funkcje zestawów adapterów
- Interakcja z kontrolką i adapterem