Try our conversational search powered by Generative AI!

Class FrameworkOptions

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Contains various options that controls how EPiServer Framework is setup.

Inheritance
System.Object
FrameworkOptions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Framework.Configuration.Internal
Assembly: EPiServer.Framework.dll
Version: 9.12.2
Syntax
public class FrameworkOptions

Constructors

FrameworkOptions()

Declaration
public FrameworkOptions()

Properties

AdditionalBlobProviderFactories

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Factories for blob providers additional to the default blob provider

Declaration
public IList<Func<IServiceLocator, BlobProvider>> AdditionalBlobProviderFactories { get; }
Property Value
Type Description
System.Collections.Generic.IList<System.Func<IServiceLocator, BlobProvider>>

DefaultBlobProviderFactory

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The factory for the blob provider that is to be used by default. Default provider is FileBlobProvider

Declaration
public Func<IServiceLocator, BlobProvider> DefaultBlobProviderFactory { get; set; }
Property Value
Type Description
System.Func<IServiceLocator, BlobProvider>

GeoLocationProviderFactory

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Factory for the geo location provider to use.

Declaration
public Func<IServiceLocator, GeolocationProviderBase> GeoLocationProviderFactory { get; set; }
Property Value
Type Description
System.Func<IServiceLocator, GeolocationProviderBase>

Localization

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Contains options for the Localization system

Declaration
public LocalizationOptions Localization { get; }
Property Value
Type Description
LocalizationOptions

Extension Methods