updated libs
This commit is contained in:
parent
adcd8d1d63
commit
865140aa93
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -597,11 +597,6 @@
|
|||||||
does nothing
|
does nothing
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</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">
|
<member name="M:Portoa.Web.MvcApplicationBase`1.OnApplicationEnd">
|
||||||
<summary>
|
<summary>
|
||||||
Performs any needed cleanup when the application ends; default implementation
|
Performs any needed cleanup when the application ends; default implementation
|
||||||
@ -822,6 +817,13 @@
|
|||||||
Gets or sets the page number
|
Gets or sets the page number
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</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">
|
<member name="T:Portoa.Web.Validation.FileTypeAttribute">
|
||||||
<summary>
|
<summary>
|
||||||
Verifies that an uploaded file has a certain mimetype
|
Verifies that an uploaded file has a certain mimetype
|
||||||
@ -856,12 +858,5 @@
|
|||||||
</summary>
|
</summary>
|
||||||
<see cref="T:Portoa.Web.Filters.OverrideStatusCodeFilter"/>
|
<see cref="T:Portoa.Web.Filters.OverrideStatusCodeFilter"/>
|
||||||
</member>
|
</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>
|
</members>
|
||||||
</doc>
|
</doc>
|
||||||
|
BIN
Lib/log4net.dll
BIN
Lib/log4net.dll
Binary file not shown.
1259
Lib/log4net.xml
1259
Lib/log4net.xml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user