SPMobileCancelNavigation.RedirectUrl 属性
获取或设置当用户单击取消控件时所打开的页的 URL。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overrides Property RedirectUrl As String
Get
Set
用法
Dim instance As SPMobileCancelNavigation
Dim value As String
value = instance.RedirectUrl
instance.RedirectUrl = value
public override string RedirectUrl { get; set; }
属性值
类型:System.String
String ,该值表示当用户单击取消控件时所打开的页的 URL。
备注
如果未在派生类中重写,将RedirectUrl属性设置为当前列表的视图页。