Navigation
Guidelines for implementing intuitive, consistent navigation throughout the platform
Dynamic Breadcrumbs
The problem
The solution
public partial class Lock : BaseScreenUserControl, IOverridesParent, IHasParentLinkParameters
{ WebRoute IOverridesParent.GetParent() =>
GetParent();
string IHasParentLinkParameters.GetParentLinkParameters(WebRoute parent) =>
GetParentLinkParameters(parent, "panel=results"); CancelButton.NavigateUrl = GetReturnUrl("panel=results");Notes
Last updated
Was this helpful?