[Issue #1316] Seal RazorTemplateEngineOptions
This commit is contained in:
parent
7e447c33ea
commit
da1296244b
|
|
@ -6,7 +6,7 @@ namespace Microsoft.AspNetCore.Razor.Language
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Options for code generation in the <see cref="RazorTemplateEngine"/>.
|
/// Options for code generation in the <see cref="RazorTemplateEngine"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class RazorTemplateEngineOptions
|
public sealed class RazorTemplateEngineOptions
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the file name of the imports file (e.g. _ViewImports.cshtml).
|
/// Gets or sets the file name of the imports file (e.g. _ViewImports.cshtml).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue