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

属性值

String

一个 string 值,该值表示带状线的目标 URL 或定位点。

实现

Url
属性

注解

若要使用绝对 URL,请以“http://”或“www.”开始字符串表达式。 如果字符串不是以上述前缀之一开始,则会被视为相对 URL。

适用于