BrowserWindowEx.PostWindowRoute(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the override provided by dynamics base hosted control to do any processing after window has been routed by crmwindowrouter.
protected:
override void PostWindowRoute(System::String ^ url);
protected override void PostWindowRoute (string url);
override this.PostWindowRoute : string -> unit
Protected Overrides Sub PostWindowRoute (url As String)
Parameters
- url
- String
Specifies the url to route to.