You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One remark, there is not really a need for the javascript in _Host.cshtml if you change the constructor of InfiniteScroll to be parameterless and add an Init method to pass the element id and DotNetHelper:
Hi, thanks for this example, works nicely!
One remark, there is not really a need for the javascript in _Host.cshtml if you change the constructor of InfiniteScroll to be parameterless and add an Init method to pass the element id and DotNetHelper:
and then instantiate the class in the bottom for the .js file:
From there you can remove the code from Index.cshtml:
The text was updated successfully, but these errors were encountered: