Don't know what this @ symbol is doing in this code | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Don't know what this @ symbol is doing in this code

Hi Sololearn Fam, I am working on some break and fix projects at work. I am seeing the @ symbol before the { symbol and also I see the @* symbols before the <script src.........> tag. What is the @ and @* doing here? See the code below. @{ string cndUrl = "https://d16mlsnlscorep.cloudfront.net/prod"; } @*<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>*@ @*<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha384-tsQFqpEReu7ZLhBV2VZlAu7zcOV+rXbYlF2cqB8txI/8aZajjp4Bqd+V6D5IgvKT" crossorigin="anonymous"> </script>*@ @*<script src="~/js/Layout/jTimeout.min.js"></script>*@ <script src="~/js/Layout/JqueryLibrary.js"></script> @*<script src="https://code.jquery.com/jquery-2.2.4.js" integrity="sha256-iT6Q9iMJYuQiMWNd9lDyBUStIq/8PuOW33aOqmvFpqI=" crossorigin="anonymous"></script>*@ <script src="https://github.com/inexorabletash/polyfill/blob/master/typedarray.js"></script> @*<script src="https://code.jquery.com/jquery-migrate-3.1.0.js"></script>*@ @*<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>*@ @*<script src="~/js/CustomTimeOut.js"></script>*@

12th Feb 2020, 8:32 PM
Making A Change
Making A Change - avatar
2 Answers
+ 1
I think the @ sign has to do with decorators: https://www.google.de/amp/s/medium.com/amp/p/76ecb65fb841
13th Feb 2020, 1:17 AM
Denise Roßberg
Denise Roßberg - avatar
0
Thank you for help I will look at your solution.
13th Feb 2020, 3:22 AM
Making A Change
Making A Change - avatar