Class NavigateResponse
Command response performing a client redirect from the current page to the provided URL within the administration application.
public sealed class NavigateResponse : INavigateResponse, ICommandResponse
- Inheritance
-
objectNavigateResponse
- Implements
- Extension Methods
Remarks
This response does not execute the command CommandName on the client.
Constructors
NavigateResponse()
public NavigateResponse()
Properties
CommandName
Name of the command to be executed from the client template.
public string CommandName { get; set; }
Property Value
- string
Remarks
This response does not execute the command CommandName on the client.
Messages
Messages to display on the client.
public ICollection<CommandResponseMessage> Messages { get; }
Property Value
- ICollection<CommandResponseMessage>
NavigationUrl
The URL in the administration application.
public string NavigationUrl { get; set; }
Property Value
- string
- See Also
RefetchAll
Indicates that data of all templates will be refetched.
public bool RefetchAll { get; set; }
Property Value
- bool