Share via


NotifyEventArgs.CallingUri Property

Definition

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.

Applies to

See also