[]
Represents a delegate that is called when a malformed URI is about to be saved.
[Obsolete("This API has no effect and will be removed in a future version.")]
public delegate Uri OnSaveInvalidUriHandler(Uri address)
| Type | Name | Description |
|---|---|---|
| Uri | address | A modified malformed URI address. |
| Type | Description |
|---|---|
| Uri | A valid URI created from the malformed address string. |
| Name | Description |
|---|---|
| OnSaveInvalidUriHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(Uri, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(Uri) |