小编sib*_*vic的帖子

Web核心中的WebUtility.HtmlDecode替换

我需要在.NET Core(MVC6)中解码HTML字符.看起来.NET Core没有WebUtility.HtmlDecode函数,之前每个人都用它..NET Core中是否存在替代品?

.net c# asp.net-core-mvc asp.net-core

72
推荐指数
5
解决办法
4万
查看次数

是否可以从Lua代码加载.net DLL?

我知道如何从Lua加载C库:

 -- Lua
 require("your_dll_name");

 // C
 extern "C" __declspec(dllexport) LUALIB_API int luaopen_your_dll_name(lua_State *L) {...}
Run Code Online (Sandbox Code Playgroud)

但是可以从Lua加载.net库吗?

.net dll lua

5
推荐指数
1
解决办法
1086
查看次数

标签 统计

.net ×2

asp.net-core ×1

asp.net-core-mvc ×1

c# ×1

dll ×1

lua ×1