Język

StripLine.Url Właściwość

Definicja

Pobiera lub ustawia docelowy adres URL lub punkt kotwicy linii paska.

public:
 property System::String ^ Url { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public string Url { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Url : string with get, set
Public Property Url As String

Wartość właściwości

string Wartość reprezentująca docelowy adres URL lub punkt kotwicy linii paska.

Implementuje

Url
Atrybuty

Uwagi

Aby użyć bezwzględnego adresu URL, uruchom wyrażenie ciągu za pomocą ciągu "http://" lub "www.". Jeśli ciąg nie rozpoczyna się od jednego z tych prefiksów, będzie traktowany jako względny adres URL.

Dotyczy