What is the meaning of this Code line which is mentioned below,
routes.Ignore("{*allcss}", new { allcss = @".*\.css(/.*)?" });
Any other way to do like this
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Iftikar HussainPosted Jul 18, 2013, 6:28 AM
It will ignore all URLs that have an .css extension.
Regards,
Iftikar