gpt4 book ai didi

asp.net - 如何从背后的代码访问web.config的httpRuntime部分?

转载 作者:行者123 更新时间:2023-12-04 03:23:40 26 4
gpt4 key购买 nike

实际上,我需要web.config中maxRequestLength部分的httpRuntime值来检查postfile的大小是否更大。最好的阅读方式是什么?

先感谢您。

最佳答案

您可以尝试类似

HttpRuntimeSection section = ConfigurationManager.GetSection("system.web/httpRuntime") as HttpRuntimeSection;

然后您可以获取 section.MaxRequestLength

关于asp.net - 如何从背后的代码访问web.config的httpRuntime部分?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4887016/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com