Kizspy | Question: 44
(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.GOM
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.