A class to parse URLs. Parsing happens when the Parse(String) method is called, and results are stored in a dictionary of UrlParams keyed by parameter name.

Namespace:  Endeca.Web.Url.Seo.Utility
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)

Syntax

C#
public class UrlParser
Visual Basic (Declaration)
Public Class UrlParser
Visual C++
public ref class UrlParser

Inheritance Hierarchy

System..::.Object
  Endeca.Web.Url.Seo.Utility..::.UrlParser

See Also