NotifyEventArgs.CallingUri Propiedad

Definición

Obtiene el identificador uniforme de recursos (URI) de la página que contiene el script que generó el evento ScriptNotify .

public:
 property Uri ^ CallingUri { Uri ^ get(); };
Uri CallingUri();
public System.Uri CallingUri { get; }
var uri = notifyEventArgs.callingUri;
Public ReadOnly Property CallingUri As Uri

Valor de propiedad

Identificador uniforme de recursos (URI) de la página que generó el evento.

Se aplica a

Consulte también