Share via


BrowserWindowEx.PostWindowRoute(String) Method

Definition

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.

Applies to