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
