A default implementation of IParameterMapModifier. This implementation does not modify the parameter IDictionary<(Of <(TKey, TValue>)>) where TKey is a String and TValue is a UrlParam.

Namespace:  Endeca.Web.Url.Seo
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public class EmptyParameterMapModifier : IParameterMapModifier
Visual Basic (Declaration)
Public Class EmptyParameterMapModifier _
	Implements IParameterMapModifier
Visual C++
public ref class EmptyParameterMapModifier : IParameterMapModifier

Inheritance Hierarchy

System..::.Object
  Endeca.Web.Url.Seo..::.EmptyParameterMapModifier

See Also