AccessSettings.UriValidatedEventArgs Properties
Contains data for the UriValidated event.| Name | Description |
|---|---|
| Uri |
Gets the parsed and normalized Uri instance created from UriString.
|
| UriString | Gets the original URI string. |
| Valid | |
| ValidationContext | Gets the context that identifies the source or purpose of the validation. |
See Also