Quantcast
Channel: Telerik Forums RSS
Viewing all articles
Browse latest Browse all 78072

TagHelpers + Deferring

$
0
0

Hello,

In HTML helpers we could for example write:

@(Html.Kendo()
     .DatePicker()
     .Name("datepicker")
     .Deferred()
)
 
...
 
@section scripts {
    @Html.Kendo().DeferredScripts()
}

 

To have scripts deferred. How can we accomplish the same thing with tag helpers?

<kendo-datepicker name="datepicker"/>

 

Thanks,

Alaa


Viewing all articles
Browse latest Browse all 78072


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>