Share via


RelationshipErrorHandler.Rewriter Delegate

Definition

Delegate to be used for simple rewriting of malformed Uris.

public delegate string RelationshipErrorHandler.Rewriter(Uri partUri, string id, string uri);
public delegate string RelationshipErrorHandler.Rewriter(Uri partUri, string? id, string? uri);
type RelationshipErrorHandler.Rewriter = delegate of Uri * string * string -> string
Public Delegate Function RelationshipErrorHandler.Rewriter(partUri As Uri, id As String, uri As String) As String 

Parameters

partUri
Uri

Uri of the part with the invalid relationship.

id
String

Id of relationship

uri
String

Invalid Uri

Return Value

Rewritten string if available, otherwise null.

Applies to