} } private bool IsHtmlRequest(string pathInfo) { return !string.IsNullOrEmpty(pathInfo) && pathInfo.EndsWith(".html", StringComparison.OrdinalIgnoreCase); } www.99zaza.com