共用方式為


MobileRefreshNavigation.RedirectUrl Property

Gets or sets the URL of the current page, which is the page that opens when the user clicks Refresh.

Namespace:  Microsoft.SharePoint.Portal.MobileControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Overrides Property RedirectUrl As String
    Get
    Set
'Usage
Dim instance As MobileRefreshNavigation
Dim value As String

value = instance.RedirectUrl

instance.RedirectUrl = value
public override string RedirectUrl { get; set; }

Property Value

Type: System.String
The URL of the page that contains the control. The default is the URL of the current list.

Remarks

Because the default is the current list, you do not need to set this property to use it on the current list page. Use the control only on the list view page of the current list.

See Also

Reference

MobileRefreshNavigation Class

MobileRefreshNavigation Members

Microsoft.SharePoint.Portal.MobileControls Namespace