سؤال

I know that when using the ASP.NET MVC 4 it creates a "bundled" collection of the requested files. I also understand that it adds on a version to the end of the collection URL.

I am wondering if it is possible to change or control the generated token?

<script src="/Scripts/test?v=8HZAB6C8ZnrIPYNFzMQKt0AR4AUsUYBjxPPkbGSRIZo1" type="text/javascript"></script>

to become...

<script src="/Scripts/test?v=1.2" type="text/javascript"></script>

Thanks in advance.

هل كانت مفيدة؟

المحلول

It's not possible from what i have been looking at.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top