Relative Content

Tag Archive for .netautocompletecontrolleractionchromium

Browser Autocomplete Triggers .NET Action Method

I’m having an odd problem while developing a .NET 6 web app on Azure. In the app, we use a traditional MVC model (i.e., not Razor Pages). For the purpose of testing, we created a sample “TestingController” that we’re going to delete before moving to production (I understand that this is maybe not the ideal testing method, but this is an internal app and everything is pretty tightly integrated).