what is the function of webpages:Enabled in MVC 3 web.config

前端 未结 3 1743
暖寄归人
暖寄归人 2020-11-29 03:26

I just started a new MVC 3 project. Can anyone tell me what


in my web.config file d

3条回答
  •  隐瞒了意图╮
    2020-11-29 03:41

    According to documentation it prevents .cshtml and .vbhtml files from being accessed directly (www.myweb.com/views/home/index.cshtml for example)

提交回复
热议问题