[]
Represents a delegate that is called when a malformed URI is about to load.
public delegate Uri OnLoadInvalidUriHandler(Uri partUri, string id, string uri)
Public Delegate Function OnLoadInvalidUriHandler(partUri As Uri, id As String, uri As String) As 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. |