Interface INavigateResponse
Command response performing a client redirect from the current page to the provided URL within the administration application.
public interface INavigateResponse : ICommandResponse
- Inherited Members
- Extension Methods
Remarks
This response does not execute the command CommandName on the client.
Properties
NavigationUrl
The URL in the administration application.
string NavigationUrl { get; set; }
Property Value
- string
- See Also
RefetchAll
Indicates that data of all templates will be refetched.
bool RefetchAll { get; set; }
Property Value
- bool