博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
【ASP.NET】System.Web.Routing - PageRouteHandler Class
阅读量:4310 次
发布时间:2019-06-06

本文共 628 字,大约阅读时间需要 2 分钟。

用于提供一些属性和方法来定义如何将URL匹配到一个物理文件上面。

public PageRouteHandler (string virtualPath, bool checkPhysicalUrlAccess);

 

Parameters

virtualPath

The virtual path of the physical file of this object. The file must be located in the current application. Therefore, the path must begin with a tilde (~).

checkPhysicalUrlAccess

If this property is set to false, authorization rules will be applied to the request URL and not to the URL of the physical page. If this property is set to true, authorization rules will be applied to both the request URL and to the URL of the physical page.

 

参考资料:

转载于:https://www.cnblogs.com/it-dennis/p/9915070.html

你可能感兴趣的文章
25 Android中dip、dp、sp、pt和px的区别
查看>>
繁星——JQuery选择器之层级
查看>>
邮件发送
查看>>
LumiSoft.Net 收发邮件
查看>>
通过SQL语句直接实现Excel与数据库的导入导出
查看>>
jenkins-小知识点
查看>>
visio二次开发——图纸解析
查看>>
如何在Windows Mobile下使用.NET Compact Framework画透明图片
查看>>
App后台开发架构实践笔记
查看>>
Set集合中的treeSet问题:cannot be cast to java.lang.Comparable;
查看>>
LeetCode-Maximum Product Subarray-最大乘积子数组-情况判断
查看>>
支付渠道路由系统进化史
查看>>
计算机领域会议和期刊
查看>>
shell 获得后台进程返回值
查看>>
python 多线程_thread
查看>>
SpringBoot2.0 + SpringCloud Eureka搭建高可用注册中心(Eureka之三)
查看>>
vue.js 组件-全局组件和局部组件
查看>>
svn 分支与合并的使用
查看>>
intellj idea
查看>>
浮动(clear)
查看>>