Kizspy | Question: 36
(Choose 1 answer)
Several Razor files have a leading underscore () in their file name. These files are not intended to be
browsable. Choose the correct information about_Layout.cshtml file.
A. The Layout.cshtml file acts a template for all content pages that reference it. Consistent part of a site's design are declared in the_Layout.cshtml file.
B. The_Layout.cshtml file contains code that executes after the code in any content page in the same folder or any child folders.
C. The purpose of the_Layout.cshtml file is to provide a mechanism to make directives available to Razor pages globally so that you do not have to add them to pages individually.
D. None of the others.