ActionUrl Constructors
An Action which is used to redirect a browser to a specified page.Name | Parameters | Description |
---|---|---|
ActionUrl(Controller, String, String) | owner, id, category | Creates an ActionUrl and initializes its properties by specified values. |
ActionUrl(IContainer) | container | Creates an ActionUrl and initializes its container. |
See Also