FilterUrlEventArgs public class FilterUrlEventArgs : EventArgs Provides data for the FilterUrl event. Documentation Code public string OriginalUrl { get; set; } Gets or sets the original URL. public string SanitizedUrl { get; set; } Gets or sets the sanitized URL. public FilterUrlEventArgs()