WebApplicationAdapter.NavigateComplete(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.
Called when navigation for this browser is completed.
public:
virtual void NavigateComplete(System::String ^ urlString);
public virtual void NavigateComplete (string urlString);
abstract member NavigateComplete : string -> unit
override this.NavigateComplete : string -> unit
Public Overridable Sub NavigateComplete (urlString As String)
Parameters
- urlString
- String
Specifies the URL the browser just loaded.