What does [Authorize(Users = “*”)] mean in asp.net mvc

后端 未结 3 737
再見小時候
再見小時候 2021-01-19 01:59

What does [Authorize(Users = \"*\")] mean in asp.net mvc.? Also please explain [Authorize(Users = \"\")] and [Authorize(Users = \"?\")].

3条回答
  •  迷失自我
    2021-01-19 02:34

    I think the second post is correct, in [Authorize(Users = " * ")] the " * " part doesn't make any sense (in the web.config it does but that is something completely different).

提交回复
热议问题