public async override Task OnDestroyAsync() { RegionManager.DestroyRegion("ContentRegion1"); RegionManager.DestroyRegion("ContentRegion2"); await base.OnDestroyAsync(); }
public async override Task OnDestroyAsync() { RegionManager.DestroyRegion("FlyoutRegion"); await base.OnDestroyAsync(); }