Represents the urlProvider section of the EndecaWeb configuration group.

Namespace:  Endeca.Web.Configuration
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public sealed class UrlProvidersSection : ConfigurationSection
Visual Basic (Declaration)
Public NotInheritable Class UrlProvidersSection _
	Inherits ConfigurationSection
Visual C++
public ref class UrlProvidersSection sealed : public ConfigurationSection

Inheritance Hierarchy

System..::.Object
  System.Configuration..::.ConfigurationElement
    System.Configuration..::.ConfigurationSection
      Endeca.Web.Configuration..::.UrlProvidersSection

See Also