[Issue #1316] Seal RazorTemplateEngineOptions

This commit is contained in:
Ajay Bhargav Baaskaran 2017-05-12 15:43:46 -07:00
parent 7e447c33ea
commit da1296244b
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ namespace Microsoft.AspNetCore.Razor.Language
/// <summary>
/// Options for code generation in the <see cref="RazorTemplateEngine"/>.
/// </summary>
public class RazorTemplateEngineOptions
public sealed class RazorTemplateEngineOptions
{
/// <summary>
/// Gets or sets the file name of the imports file (e.g. _ViewImports.cshtml).