UrlAction Element

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Specifies the page URL for an action.

Definition

<UrlAction
  Url = "Text">
</UrlAction>

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

**Url**

Required **Text**. Specifies the site or site collection relative URL of the page, for example, `~site/_layouts/sampleurl.aspx` or `~sitecollection/_layouts/sampleurl.aspx`.

Child elements

None

Parent elements

CustomAction

Occurrences

Minimum: 0

Maximum: 1