zoukankan      html  css  js  c++  java
  • Request.Url各参数取值

    经常为这个URL的问题去调试,今天给一个表在这里参考:

    About Request.Url

    Request.Url
    {http://localhost/Ubisoft.Asset.Web/WebForm1.aspx?id=3
    &abc=def}
        AbsolutePath: "/Ubisoft.Asset.Web/WebForm1.aspx"
        AbsoluteUri: "http://localhost/Ubisoft.Asset.Web/WebForm1.aspx?id=3
    &abc=def"
        LocalPath: "/Ubisoft.Asset.Web/WebForm1.aspx"
        OriginalString: "http://localhost:80/Ubisoft.Asset.Web/WebForm1.aspx?id=3
    &abc=def"
        PathAndQuery: "/Ubisoft.Asset.Web/WebForm1.aspx?id=3
    &abc=def"
        Query: "?id=3
    &abc=def"
        Authority: "localhost"
        DnsSafeHost: "localhost"
        Fragment: ""
        Host: "localhost"
        HostNameType: Dns
        IsAbsoluteUri: true
        IsDefaultPort: true
        IsFile: false
        IsLoopback: true
        IsUnc: false
        Port: 80
        Scheme: "http"
        UserEscaped: false
        UserInfo: ""
        Segments: {Dimensions:[3]}
          [0]: "/"
          [1]: "Ubisoft.Asset.Web/"
          [2]: "WebForm1.aspx"
  • 相关阅读:
    schema的详解
    递归删除文件
    如何写一个schema文件
    如何写一个dtd文件
    WebService随笔记录
    文件分割
    三级数据显示
    数据库锁表查询及解除方法
    list分页
    JXLS模板导出多个sheet文件
  • 原文地址:https://www.cnblogs.com/nonlyli/p/1328600.html
Copyright © 2011-2022 走看看