Try our conversational search powered by Generative AI!

Class GeolocationProviderCollection

Inheritance
System.Object
GeolocationProviderCollection
Namespace: EPiServer.Personalization
Assembly: EPiServer.Framework.dll
Version: 10.10.4
Syntax
[Obsolete("Only the geolocation provider configured as default is registered")]
public sealed class GeolocationProviderCollection : ProviderCollection

Constructors

GeolocationProviderCollection()

Declaration
public GeolocationProviderCollection()

Properties

Item[String]

Declaration
public GeolocationProviderBase this[string name] { get; }
Parameters
Type Name Description
System.String name
Property Value
Type Description
GeolocationProviderBase

Methods

Add(ProviderBase)

Declaration
public override void Add(ProviderBase provider)
Parameters
Type Name Description
System.Configuration.Provider.ProviderBase provider

Extension Methods