DocHub makes it quick and straightforward to wipe out attribute in aspx. No need to download any software – simply upload your aspx to your account, use the easy drag-and-drop interface, and quickly make edits. You can even use your computer or mobile device to modify your document online from anywhere. That's not all; DocHub is more than just an editor. It's an all-in-one document management solution with form creating, eSignature features, and the option to let others fill in and sign documents.
Every file you edit you can find in your Documents folder. Create folders and organize records for easier search and access. Additionally, DocHub guarantees the safety of all its users' information by complying with stringent security standards.
foreign we will see how to implement custom attribute for validation in.net core my name is pragain and welcome to dotnet mastery if you are new to the channel make sure to subscribe to the channel that way you will always be notified of the free content that I upload now getting back to the topic there are default validation attributes that are available when you are working with dotnet core like range max length required and much more but many times when you are working you need to implement custom validation let me switch to visual studio and I will create a new project that will be a simple MVC application I will modify the project name here and let me create that in the models here let me create a new class I will call that user profile and inside there I want to add two properties I will create name and image image will be form file I want to add custom attributes with our file where I only want to allow specific extension like jpeg or PNG if it is anything else we want t