StripLine.Url Właściwość

Definicja

Pobiera lub ustawia docelowy adres URL lub punkt zakotwiczenia 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 zakotwiczenia linii paska.

Implementuje

Url
Atrybuty

Uwagi

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

Dotyczy