updated libs

This commit is contained in:
tmont 2011-03-01 07:45:27 +00:00
parent adcd8d1d63
commit 865140aa93
6 changed files with 138 additions and 1140 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -597,11 +597,6 @@
does nothing
</summary>
</member>
<member name="M:Portoa.Web.MvcApplicationBase`1.ConfigureUnityExtensions">
<summary>
Adds extensions to the container; default implementation does nothing
</summary>
</member>
<member name="M:Portoa.Web.MvcApplicationBase`1.OnApplicationEnd">
<summary>
Performs any needed cleanup when the application ends; default implementation
@ -822,6 +817,13 @@
Gets or sets the page number
</summary>
</member>
<member name="T:Portoa.Web.Filters.PrivateActionAttribute">
<summary>
Disallows public access to a controller's action. This is basically a more useful version of
<see cref="T:System.Web.Mvc.ChildActionOnlyAttribute"/>. When the action is accessed publicly, an <see cref="T:System.Web.HttpException"/>
with a 404 status code is raised.
</summary>
</member>
<member name="T:Portoa.Web.Validation.FileTypeAttribute">
<summary>
Verifies that an uploaded file has a certain mimetype
@ -856,12 +858,5 @@
</summary>
<see cref="T:Portoa.Web.Filters.OverrideStatusCodeFilter"/>
</member>
<member name="T:Portoa.Web.Filters.PrivateActionAttribute">
<summary>
Disallows public access to a controller's action. This is basically a more useful version of
<see cref="T:System.Web.Mvc.ChildActionOnlyAttribute"/>. When the action is accessed publicly, an <see cref="T:System.Web.HttpException"/>
with a 404 status code is raised.
</summary>
</member>
</members>
</doc>

Binary file not shown.

File diff suppressed because it is too large Load Diff