摘要:
public class XSerializer { /// <summary> /// 将对象序列化为xml字符串 /// </summary> /// <typeparam name="T">类型<peparam> /// <param name="t">对象</param> public st 阅读全文
摘要:
``` public class Startup { private ConfigurationReloadToken _changeToken = new ConfigurationReloadToken(); private byte[] _configFileHash = new byte[20]; public Startup(IConfiguration configuration) { 阅读全文
摘要:
在asp.net core 3.0 中,如果直接在 中返回 类型,会抛出如下错误: The collection type 'Newtonsoft.Json.Linq.JObject' is not supported. System.NotSupportedException: The colle 阅读全文