How I can add .Net resource to separate java script file, I can add resource to javascript by add script to View and set value @Resource.Layout.Name
like this code in View
<script>
alert(@Resource.Layout.Msg)
</script>
How I can add .Net resource to separate java script file, I can add resource to javascript by add script to View and set value @Resource.Layout.Name
like this code in View
<script>
alert(@Resource.Layout.Msg)
</script>