1
Answer

Asp.Net Issue

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 

Answers (1)