web.config batch=“false”

后端 未结 4 1895
灰色年华
灰色年华 2021-02-07 02:20

What is the purpose of adding the batch=\"false\" in the compilation tag in ASP.NET 1.1?

4条回答
  •  北恋
    北恋 (楼主)
    2021-02-07 02:34

    I believe the default is false (is in 2.0+) so the point of adding batch=false would be as a documentation of the default, or as a placeholder so it's obvious what to change if you want true.

提交回复
热议问题