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
|
||||
</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>
|
||||
|
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