Share via


Action.Url Property

Gets or sets the action URL for the action.

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

Syntax

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

value = instance.Url

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

Property Value

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

Remarks

Action URL is the URL to go to when the action is clicked. The URL string is a .NET format string. Each format specifier (for example, {0}) corresponds to an action parameter. The maximum allowed length of the image URL is 2080, minimum is one.

See Also

Reference

Action Class

Action Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace