小编May*_*ami的帖子

如何在html中重定向到页面的特定部分

请帮我修改代码以重定向到页面的特定部分.

我完成了重定向到目标页面,但我想要的是重定向到<div>页面的特定页面.

提前致谢

html

10
推荐指数
2
解决办法
5万
查看次数

什么是价值阴影?

  1. 嗨,大家好

            private const string abc="__abc";
            private const string abcd="__abcd";
    
    
            pageLoad()
            {
            this.xyz();
            }
    
            xyz()
            {
            if postback()
            {
            }
            else
            {
            string k1=this.Request[abc];//some 'value shadowing error is           shown here by my tool . This makes it
    
    Run Code Online (Sandbox Code Playgroud)

    不安全且容易受到用户编辑的影响。string k2=this.Request[abcd];// } }

        I want to resolve this issue but I am unsure about where to begin?
    
         - List item
    
    Run Code Online (Sandbox Code Playgroud)

c# security request fortify

-1
推荐指数
1
解决办法
4766
查看次数

标签 统计

c# ×1

fortify ×1

html ×1

request ×1

security ×1