言語

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 として扱われます。

適用対象