updated libs
This commit is contained in:
parent
966525237f
commit
71f8cfc90b
Binary file not shown.
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user