namespace Umbraco.Web.Features
{
///
/// Represents enabled features.
///
internal class EnabledFeatures
{
///
/// This allows us to inject a razor view into the Umbraco preview view to extend it
///
///
/// This is set to a virtual path of a razor view file
///
public string PreviewExtendedView { get; set; }
}
}