updated libs

This commit is contained in:
tmont 2011-03-02 23:39:42 +00:00
parent 966525237f
commit 71f8cfc90b
2 changed files with 8 additions and 1 deletions

Binary file not shown.

View File

@ -864,11 +864,18 @@
and adds a hyphen before each upper case letter (unless it starts the string). Use
<see cref="M:Portoa.Web.Routing.RouteExtensions.MapSmartRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Object,System.Object,System.String[])"/> to make use of this class.
</summary>
<seealso cref="T:Portoa.Web.Routing.SmartCaseViewEngine"/>
</member>
<member name="T:Portoa.Web.Routing.SmartCaseViewEngine">
<summary>
View engine for creating views that have been routed by a <see cref="T:Portoa.Web.Routing.SmartCaseRoute"/>
</summary>
</member>
<member name="M:Portoa.Web.Routing.RouteExtensions.MapSmartRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Object,System.Object,System.String[])">
<summary>
Adds a URL pattern to the route collection utilizing intelligent casing when
deconstructing URLs
deconstructing URLs. Make sure you add the <see cref="T:Portoa.Web.Routing.SmartCaseViewEngine"/> to
your <see cref="T:System.Web.Mvc.ViewEngineCollection"/>.
</summary>
<param name="name">The name of the route, or null if unnamed</param>
<param name="url">The route's URL pattern</param>