Gets or sets the URL to which the user is redirected when the associated Module Menu Action is selected.

Namespace: DotNetNuke.Entities.Modules.Actions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public string Url { get; set; }
Visual Basic
Public Property Url As String
	Get
	Set

Field Value

The URL to which the user is redirected when the associated Module Menu Action is selected.

Remarks

If the URL is present then the Module Action Event is not fired. If the URL is empty then the Action Event is fired and is passed the value of the associated Command property.

See Also