: Action.Url (Propiedad) (Microsoft.Office.Server.ApplicationRegistry.Administration)
Gets or sets the action URL for the action.
Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)
Sintaxis
'Declaración
Public Property Url As String
'Uso
Dim instance As Action
Dim value As String
value = instance.Url
instance.Url = value
public string Url { get; set; }
Valor de propiedad
A string representing the action URL.
Comentarios
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.
Vea también
Referencia
Action (Clase)
Action (Miembros)
Microsoft.Office.Server.ApplicationRegistry.Administration (Espacio de nombres)