WebApplicationAdapter.DocumentComplete(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 the document loading is completed.
public:
virtual void DocumentComplete(System::String ^ urlString);
public virtual void DocumentComplete (string urlString);
abstract member DocumentComplete : string -> unit
override this.DocumentComplete : string -> unit
Public Overridable Sub DocumentComplete (urlString As String)
Parameters
- urlString
- String
Specifies the URL of the document being loaded.