Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / GcWordDocument Class / MalformedUriRewriter Property

In This Topic
    MalformedUriRewriter Property
    In This Topic
    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.

    Syntax
    'Declaration
     
    Public Property MalformedUriRewriter As IMalformedUriRewriter
    public IMalformedUriRewriter MalformedUriRewriter {get; set;}
    See Also