[]
Represents a delegate that is called when a malformed URI is about to load.
[Obsolete("This API has no effect and will be removed in a future version.")]
public delegate Uri OnLoadInvalidUriHandler(Uri partUri, string id, string uri)
| Type | Name | Description |
|---|---|---|
| Uri | partUri | The URI of the part with an invalid relationship. |
| string | id | The id of the relationship. |
| string | uri | The malformed URI address. |
| Type | Description |
|---|---|
| Uri | A valid URI created from the malformed address string. |
| Name | Description |
|---|---|
| OnLoadInvalidUriHandler(object, IntPtr) |
| Name | Description |
|---|---|
| BeginInvoke(Uri, string, string, AsyncCallback, object) | |
| EndInvoke(IAsyncResult) | |
| Invoke(Uri, string, string) |