XhtmlControlAdapter.RenderBeginLink 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 tag otwierający linku. 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
RenderBeginLink(XhtmlMobileTextWriter, String, String, Style, String) |
Renderuje tag otwarcia linku przy użyciu podanego XhtmlMobileTextWriter i docelowego, a także podane style lub daną 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). |
RenderBeginLink(XhtmlMobileTextWriter, String, String, Style, String, String) |
Renderuje tag otwarcia linku przy użyciu podanego XhtmlMobileTextWriter i docelowego, a także danego stylu lub podanej kaskadowej nazwy klasy arkusza stylów, klucza dostępu i tekstu tytułu. 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). |
RenderBeginLink(XhtmlMobileTextWriter, String) |
Renderuje tag otwierający link przy użyciu podanego XhtmlMobileTextWriter elementu docelowego i . 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). |
RenderBeginLink(XhtmlMobileTextWriter, String, String, Style, String)
Renderuje tag otwarcia linku przy użyciu podanego XhtmlMobileTextWriter i docelowego, a także podane style lub daną 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 RenderBeginLink(System::Web::UI::MobileControls::Adapters::XhtmlAdapters::XhtmlMobileTextWriter ^ writer, System::String ^ target, System::String ^ accessKey, System::Web::UI::MobileControls::Style ^ style, System::String ^ cssClass);
protected virtual void RenderBeginLink (System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter writer, string target, string accessKey, System.Web.UI.MobileControls.Style style, string cssClass);
abstract member RenderBeginLink : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string * System.Web.UI.MobileControls.Style * string -> unit
override this.RenderBeginLink : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string * System.Web.UI.MobileControls.Style * string -> unit
Protected Overridable Sub RenderBeginLink (writer As XhtmlMobileTextWriter, target 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.
- target
- String
Docelowy formularz lub adres URL.
- accessKey
- String
Znak, który ma być używany jako klawisz skrótu.
- cssClass
- String
Kaskadowa nazwa klasy arkusza stylów.
Uwagi
Ta metoda automatycznie sprawdza typ łącza i renderuje odpowiednie znaczniki. Określony element docelowy może odwoływać się do innego adresu URL lub formularza na tej samej stronie. Jeśli style
nie null
jest , style są stosowane do linku. Jeśli cssClass
nie jest pusty ciąg ("") i style
ma null
wartość , link jest renderowany za pomocą atrybutu klasy.
Ta metoda jest używana głównie przez program .NET Framework wewnętrznie.
Zobacz też
- XhtmlMobileTextWriter
- Omówienie architektury zachowania adaptacyjnego sterowania
- Funkcje zestawów adapterów
- Interakcja z kontrolką i adapterem
Dotyczy
RenderBeginLink(XhtmlMobileTextWriter, String, String, Style, String, String)
Renderuje tag otwarcia linku przy użyciu podanego XhtmlMobileTextWriter i docelowego, a także danego stylu lub podanej kaskadowej nazwy klasy arkusza stylów, klucza dostępu i tekstu tytułu. 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 RenderBeginLink(System::Web::UI::MobileControls::Adapters::XhtmlAdapters::XhtmlMobileTextWriter ^ writer, System::String ^ target, System::String ^ accessKey, System::Web::UI::MobileControls::Style ^ style, System::String ^ cssClass, System::String ^ title);
protected virtual void RenderBeginLink (System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter writer, string target, string accessKey, System.Web.UI.MobileControls.Style style, string cssClass, string title);
abstract member RenderBeginLink : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string * System.Web.UI.MobileControls.Style * string * string -> unit
override this.RenderBeginLink : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string * string * System.Web.UI.MobileControls.Style * string * string -> unit
Protected Overridable Sub RenderBeginLink (writer As XhtmlMobileTextWriter, target As String, accessKey As String, style As Style, cssClass As String, title As String)
Parametry
- writer
- XhtmlMobileTextWriter
Obiekt XhtmlMobileTextWriter używany do renderowania zawartości kontroli serwera w przeglądarce klienta.
- target
- String
Docelowy formularz lub adres URL.
- accessKey
- String
Znak, który ma być używany jako klawisz skrótu.
- cssClass
- String
Kaskadowa nazwa klasy arkusza stylów.
- title
- String
Tekst title
atrybutu łącza.
Uwagi
Ta metoda jest używana głównie przez program .NET Framework wewnętrznie.
Zobacz też
- XhtmlMobileTextWriter
- Omówienie architektury zachowania adaptacyjnego sterowania
- Funkcje zestawów adapterów
- Interakcja z kontrolką i adapterem
Dotyczy
RenderBeginLink(XhtmlMobileTextWriter, String)
Renderuje tag otwierający link przy użyciu podanego XhtmlMobileTextWriter elementu docelowego i . 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 RenderBeginLink(System::Web::UI::MobileControls::Adapters::XhtmlAdapters::XhtmlMobileTextWriter ^ writer, System::String ^ target);
protected virtual void RenderBeginLink (System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter writer, string target);
abstract member RenderBeginLink : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string -> unit
override this.RenderBeginLink : System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter * string -> unit
Protected Overridable Sub RenderBeginLink (writer As XhtmlMobileTextWriter, target As String)
Parametry
- writer
- XhtmlMobileTextWriter
Obiekt XhtmlMobileTextWriter używany do renderowania zawartości kontroli serwera w przeglądarce klienta.
- target
- String
Nazwa formularza docelowego lub adresu URL.
Uwagi
Ta metoda automatycznie sprawdza typ łącza i renderuje odpowiednie znaczniki. Określony element docelowy może odwoływać się do innego adresu URL lub formularza na tej samej stronie.
Ta metoda jest używana głównie przez program .NET Framework wewnętrznie.
Zobacz też
- XhtmlMobileTextWriter
- Omówienie architektury zachowania adaptacyjnego sterowania
- Funkcje zestawów adapterów
- Interakcja z kontrolką i adapterem