I’m trying to use Enterprise Web Library to quickly bring up a a web app and I want to add a custom style sheet. I’m not sure how I can reference the style sheet within the application.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assume your style sheet is located in the web app project at
Styles/MyStyles.css. In yourGlobal.asaxclass, overrideEwfApp.GetStyleSheetslike so:This code won’t compile unless you’ve run UpdateDependentLogic after creating your CSS file. This is how the
Infoclass gets created for your style sheet.