[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.GcWordDocument.MalformedUriRewriter

MalformedUriRewriter Property

MalformedUriRewriter

Gets or sets the malformed URI rewriter that can be used to implement a custom strategy for rewriting malformed URIs.

By default this property is null (i.e. no rewriting takes place).

Set this to an instance of the DefaultMalformedUriRewriter class to use the default rewriting strategy, or use a custom IMalformedUriRewriter implementation.

Declaration
[Obsolete("This API has no effect and will be removed in a future version.")]
public IMalformedUriRewriter MalformedUriRewriter { get; set; }
<Obsolete("This API has no effect and will be removed in a future version.")>
Public Property MalformedUriRewriter As IMalformedUriRewriter