kendo-ui-core
kendo-ui-core copied to clipboard
ExportAs methods should be compatible with RazorPages and AntiForgeryToken to be included in the request
Currently, the ExportAs configuration exposes Proxy method to setup the proxyUrl field, but it is limited to enter only action and controller. Whereas in RazorPages a URL with handler should be defined instead.
Plus, in order for the AntiForgeryToken to work properly it should be injected in the form submitted by the tool.