removing constructor.

This commit is contained in:
Claus
2018-02-12 11:12:46 +01:00
parent 633d1bb0ae
commit c1cfea7ebd

View File

@@ -5,18 +5,10 @@ namespace Umbraco.Web.Features
/// </summary>
internal class EnabledFeatures
{
/// <summary>
/// Initializes a new instance of the <see cref="EnabledFeatures"/> class.
/// </summary>
public EnabledFeatures()
{
}
/// <summary>
/// Specifies if rendering pipeline should ignore HasTemplate check when handling a request.
/// <remarks>This is to allow JSON preview of content with no template set.</remarks>
/// </summary>
public bool RenderNoTemplate { get; set; }
}
}
}