'Declaration Public Property MalformedUriRewriter As IMalformedUriRewriter
public IMalformedUriRewriter MalformedUriRewriter {get; set;}
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 Public Property MalformedUriRewriter As IMalformedUriRewriter
public IMalformedUriRewriter MalformedUriRewriter {get; set;}