FilterUrlEventArgs public class FilterUrlEventArgs : EventArgs Provides data for the FilterUrl event. Documentation Code public string OriginalUrl { get; } Gets or sets the original URL. public string SanitizedUrl { get; set; } Gets or sets the sanitized URL. public FilterUrlEventArgs(string originalUrl, string sanitizedUrl = null) Initializes a new instance of the FilterUrlEventArgs class.