Merge pull request #659 from aspnet/dev/mkArtakMSFT/issue579

Removed the `layout=null` assignment from the page
This commit is contained in:
Artak 2018-08-06 10:35:26 -07:00 committed by GitHub
commit 3ee57ff81a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,5 @@
@page
@model Company.RazorClassLibrary1.MyFeature.Pages.Page1Model
@{
Layout = null;
}
<!DOCTYPE html>