Share via


StripLine.Url プロパティ

定義

背景の縞模様の参照先 URL またはアンカー ポイントを取得または設定します。

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

プロパティ値

背景の縞模様の参照先 URL またはアンカー ポイントを表す string 値。

実装

Url
属性

注釈

絶対 URL を使用するには、文字列式を "http://" または "www." で開始します。 これらのプレフィックスで開始されない文字列は、相対 URL として処理されます。

適用対象