dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.58k stars 25.3k forks source link

Missing LanguageFilterAttribute implementation example #26535

Open ComradeLV opened 2 years ago

ComradeLV commented 2 years ago

The section Use hub filters contains the sentence: For this example, assume a LanguageFilterAttribute class is defined. As a developer who is working on this first time and didn't implemented filters with attributes before, this is quite unfriendly - i need to get more docs or try something, while including actual example of that LanguageFilterAttribute will save a high amount of time.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

ComradeLV commented 2 years ago

@Rick-Anderson which kind of info can i provide more for this issue?

GaijinFizz commented 1 year ago

Same here, the definition of LanguageFilterAttribute would be helpful!