NotifyEventArgs.CallingUri Property
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.
Gets the Uniform Resource Identifier (URI) of the page containing the script that raised the ScriptNotify event.
public:
property Uri ^ CallingUri { Uri ^ get(); };
Uri CallingUri();
public System.Uri CallingUri { get; }
var uri = notifyEventArgs.callingUri;
Public ReadOnly Property CallingUri As Uri
Property Value
The Uniform Resource Identifier (URI) of the page that raised the event.