Removed the `layout=null` assignment from the page

This commit is contained in:
Artak 2018-08-06 08:55:51 -07:00 committed by GitHub
parent d95f971693
commit 14512a714f
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>