Action.Url Property

Gets the URLto go to when the action is clicked in the user interface.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public ReadOnly Property Url As String
    Get
'Usage
Dim instance As Action
Dim value As String

value = instance.Url
public string Url { get; }

Property Value

Type: System.String
A string representing the action URL.

Remarks

The URL string is a .NET Framework format string. Each format specifier (for example, {0}) corresponds to an action parameter.

See Also

Reference

Action Class

Action Members

Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace