Access Query string parameters with no values in ASP.NET

后端 未结 4 580
天涯浪人
天涯浪人 2020-12-01 12:03

I am trying to set up a page that has two behaviors. I\'m separating them by URL: One behavior is accessed via /some-controller/some-action, the other is via

4条回答
  •  北海茫月
    2020-12-01 12:42

    You can test the value of Request.Url.Query if ?customise is the only think you're looking for.

提交回复
热议问题