Interface IVariationContextAccessor
Gives access to the current VariationContext.
Namespace: Umbraco.Core.Models.PublishedContent
Assembly: Umbraco.Core.dll
Syntax
public interface IVariationContextAccessor
Properties
View SourceVariationContext
Gets or sets the current VariationContext.
Declaration
VariationContext VariationContext { get; set; }
Property Value
Type | Description |
---|---|
VariationContext |