React to `ParseOnlyLeadingDirectives` rename.

aspnet/Razor#1510
This commit is contained in:
N. Taylor Mullen 2017-07-06 14:26:35 -07:00
parent d71fb890ee
commit 1be796027e
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ namespace Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure
public void Configure(RazorParserOptionsBuilder options)
{
options.ParseOnlyLeadingDirectives = true;
options.ParseLeadingDirectives = true;
}
}
}