A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class UrlProviderSection

Represents URL provider section.

Inheritance
System.Object
UrlProviderSection
Namespace: Mediachase.Commerce.Engine.Navigation
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class UrlProviderSection : ConfigurationSection

Constructors

UrlProviderSection()

Declaration
public UrlProviderSection()

Properties

DefaultProvider

Gets or sets the default provider.

Declaration
public string DefaultProvider { get; set; }
Property Value
Type Description
System.String

The default provider.

Providers

Gets the providers.

Declaration
public ProviderSettingsCollection Providers { get; }
Property Value
Type Description
System.Configuration.ProviderSettingsCollection

The providers.