C# 用于 Kendo.Mvc.dll 的 NuGet
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/16336526/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
NuGet for Kendo.Mvc.dll
提问by Iswanto San
I am using ASP.MVC and Kendofor my web application.
我正在为我的 Web 应用程序使用 ASP.MVC 和Kendo。
Currently, I've this code:
目前,我有这个代码:
public FileResult Export([DataSourceRequest]DataSourceRequest request)
{
// do something
}
DataSourceRequestis available in Kendo.Mvc.dll. Currently, I got the .dll from thissite.
DataSourceRequest可在Kendo.Mvc.dll. 目前,我从该站点获得了 .dll 。
My question is where I can get this dll from NuGet?
我的问题是我在哪里可以从 NuGet 获取这个 dll?
Thanks!
谢谢!
采纳答案by Cybermaxs
There is no Nuget Package for Kendo MVC.
Kendo MVC 没有 Nuget 包。
http://www.kendoui.com/forums/mvc/general-discussions/nuget-install-for-kendoui-mvc.aspx
http://www.kendoui.com/forums/mvc/general-discussions/nuget-install-for-kendoui-mvc.aspx
I am afraid we do not plan to create a NuGet version for Kendo UI for ASP.NET MVC. The reason is that such product is not available under an open source license.
恐怕我们不打算为 ASP.NET MVC 的 Kendo UI 创建 NuGet 版本。原因是此类产品在开源许可下不可用。
回答by Phil
There is now a nuget version available for licensed users: http://www.telerik.com/forums/nuget-package-update
现在有一个 nuget 版本可供许可用户使用:http: //www.telerik.com/forums/nuget-package-update

