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