davidfowl / AspNetCoreDiagnosticScenarios

This repository has examples of broken patterns in ASP.NET Core applications
7.69k stars 740 forks source link

HttpGet attribute on Post method #54

Closed SerhiiVoznyi closed 5 years ago

SerhiiVoznyi commented 5 years ago

Dear David,

I have read your guidance and have noticed one thing, I can just assume that you mentioned the POST method describing HttpRequest.ReadFormAsync() but used 'HttpGet' attribute on it.

Regards Serhii