RelationshipErrorHandler.Rewrite(Uri, String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Rewrites an invalid URI with a valid one in order to correctly open a package.
public abstract string Rewrite (Uri partUri, string id, string uri);
public abstract string Rewrite (Uri partUri, string? id, string? uri);
abstract member Rewrite : Uri * string * string -> string
Public MustOverride Function Rewrite (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
Returns
Rewritten string if available, otherwise null
.