OnLoadInvalidUriHandler Delegate
Represents a delegate that is called when a malformed URI is about to load.
'Declaration
Public Delegate Function OnLoadInvalidUriHandler( _
ByVal As System.Uri, _
ByVal As System.String, _
ByVal As System.String _
) As System.Uri
public delegate System.Uri OnLoadInvalidUriHandler(
System.Uri ,
System.string ,
System.string
)
Parameters
- partUri
- The URI of the part with an invalid relationship.
- id
- The id of the relationship.
- uri
- The malformed URI address.
Return Value
A valid URI created from the malformed address string.