TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Naidu K
NA
87
20.2k
How do you create a custom AuthorizeAttribute in ASP.NET Core?
Mar 22 2021 7:01 AM
I'm trying to make a custom authorization attribute in ASP.NET Core. In previous versions, it was possible to override bool AuthorizeCore(HttpContextBase httpContext). But this no longer exists in AuthorizeAttribute.
What is the current approach to making a custom AuthorizeAttribute?
Reply
Answers (
1
)
How to Upload Files ASP.NET MVC 3.0
return multiple values in public string method