<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_名刘天下_分类_Asp.Net MVC</title><id>http://feed.cnblogs.com/blog/u/12288/category/236268/rss</id><updated>2012-06-04T13:01:54Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lzm525/category/236268.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/12288/category/236268/rss"/><entry><id>http://www.cnblogs.com/lzm525/archive/2011/10/18/2216114.html</id><title type="text">序列化类型为“****”的对象时检测到循环引用。</title><summary type="text">问题：2个类：MetaSet和MetaObject，为1：N的关系。在Asp.net mvc2.0下,返回Json数据时，出现“序列化类型为“DataCenter.Core.Domain.MetaSet”的对象时检测到循环引用。”Mvc代码如下： IList&lt;MetaSet&gt; sets = new List&lt;MetaSet&gt;(); sets = _metaSetRepository.GetMetaSetByParentTreeCodeID(treeCodeID, CheckState.yes); if (Request.IsAjaxRequest()) { ...</summary><published>2011-10-18T01:44:00Z</published><updated>2011-10-18T01:44:00Z</updated><author><name>名刘天下</name><uri>http://www.cnblogs.com/lzm525/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lzm525/archive/2011/10/18/2216114.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lzm525/archive/2011/10/18/2216114.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/lzm525/archive/2010/03/20/1690441.html</id><title type="text">asp.net mvc mschart</title><summary type="text">http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/http://www.codeproject.com/KB/aspnet/MvcChartControlFileResult.aspxhttp://www.cnblogs.com/stevenxie/arc...</summary><published>2010-03-20T06:16:00Z</published><updated>2010-03-20T06:16:00Z</updated><author><name>名刘天下</name><uri>http://www.cnblogs.com/lzm525/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lzm525/archive/2010/03/20/1690441.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lzm525/archive/2010/03/20/1690441.html"/><content type="text">http://code-inside.de/blog-in/2008/11/27/howto-use-the-new-aspnet-chart-controls-with-aspnet-mvc/http://www.codeproject.com/KB/aspnet/MvcChartControlFileResult.aspxhttp://www.cnblogs.com/stevenxie/arc...</content></entry><entry><id>http://www.cnblogs.com/lzm525/archive/2010/03/09/1681558.html</id><title type="text">asp.net routing</title><summary type="text">[代码]routes.MapRoute方法: 这个方法的作用是向系统增加一条路由规则。这里唯一的一条规则是系统默认增加的，第一个参数是规则名，是一个普通字符串。关键是第二个参数，它也是一个字符串，但是它描述了如何解析url。可以这样理解，它描述了url串HostName后面部分如何匹配，其中带{}的表示参数匹配，如果不带则表示字符串匹配。 例如，上面的{controller}/{action}/{...</summary><published>2010-03-09T05:00:00Z</published><updated>2010-03-09T05:00:00Z</updated><author><name>名刘天下</name><uri>http://www.cnblogs.com/lzm525/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lzm525/archive/2010/03/09/1681558.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lzm525/archive/2010/03/09/1681558.html"/><content type="text">[代码]routes.MapRoute方法: 这个方法的作用是向系统增加一条路由规则。这里唯一的一条规则是系统默认增加的，第一个参数是规则名，是一个普通字符串。关键是第二个参数，它也是一个字符串，但是它描述了如何解析url。可以这样理解，它描述了url串HostName后面部分如何匹配，其中带{}的表示参数匹配，如果不带则表示字符串匹配。 例如，上面的{controller}/{action}/{...</content></entry><entry><id>http://www.cnblogs.com/lzm525/archive/2010/03/07/1680336.html</id><title type="text">asp.net mvc 小记</title><summary type="text">1、Html.ActionLink(string linkText, string actionName, Object routeValues)2、HTML.ActionLink()方法程呈现一个具体的HTML超链接，而Url.Action()方法只呈现不带&lt;a&gt;标签的URL。将 &lt;%= Html.ActionLink("Delete", "Delete", new { id=...</summary><published>2010-03-07T12:01:00Z</published><updated>2010-03-07T12:01:00Z</updated><author><name>名刘天下</name><uri>http://www.cnblogs.com/lzm525/</uri></author><link rel="alternate" href="http://www.cnblogs.com/lzm525/archive/2010/03/07/1680336.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/lzm525/archive/2010/03/07/1680336.html"/><content type="text">1、Html.ActionLink(string linkText, string actionName, Object routeValues)2、HTML.ActionLink()方法程呈现一个具体的HTML超链接，而Url.Action()方法只呈现不带&lt;a&gt;标签的URL。将 &lt;%= Html.ActionLink("Delete", "Delete", new { id=...</content></entry></feed>
