请帮我修改代码以重定向到页面的特定部分.
我完成了重定向到目标页面,但我想要的是重定向到<div>页面的特定页面.
提前致谢
嗨,大家好
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)