vote up 2 vote down star
1

How can I add rules to Visual Studio (2005 and up) for validating property markup (HTML) for a vendor's proprietary controls?

My client uses a control which requires several properties to be set as tags in the aspx file which generates something like 215 validation errors on each build. It's not preventing me from building, but real errors are getting lost in the noise.

flag

3 Answers

vote up 1 vote down check

Right-click on the Source view of an HTML / ASP page and select "Formatting and Validation".

  1. Click "Tag Specific Options".
  2. Expand "Client HTML Tags" and select the heading.
  3. Click "New Tag...".
  4. And just fill it in!

I wish that I could add custom CSS values as well.

link|flag
vote up 0 vote down

Thanks - is there a way I can package that up or otherwise link it to my project so other developers get the benefit as well?

link|flag
vote up 1 vote down

I know that you can do this with the Import and Export Settings Wizard, but I can't seem to find the specific option that captures just these types of settings.

It's in there somewhere.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.