updated libs
This commit is contained in:
parent
756a9c629e
commit
d779e17c11
Binary file not shown.
@ -132,12 +132,6 @@
|
|||||||
Gets or sets the new HTTP status code for the result
|
Gets or sets the new HTTP status code for the result
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Portoa.Web.ErrorHandling.ErrorViewResult.ExecuteResult(System.Web.Mvc.ControllerContext)">
|
|
||||||
<summary>
|
|
||||||
Sets the HTTP status code on the response object before
|
|
||||||
calling <c>base.ExecuteResult()</c>
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:Portoa.Web.ErrorHandling.ErrorViewResult.Message">
|
<member name="P:Portoa.Web.ErrorHandling.ErrorViewResult.Message">
|
||||||
<summary>
|
<summary>
|
||||||
Gets or sets the error message
|
Gets or sets the error message
|
||||||
@ -151,7 +145,8 @@
|
|||||||
<member name="P:Portoa.Web.ErrorHandling.ErrorViewResult.ModelCreator">
|
<member name="P:Portoa.Web.ErrorHandling.ErrorViewResult.ModelCreator">
|
||||||
<summary>
|
<summary>
|
||||||
Gets or sets the delegate to create the error model. By default it creates
|
Gets or sets the delegate to create the error model. By default it creates
|
||||||
an instance of <see cref="T:Portoa.Web.ErrorHandling.ErrorModel">ErrorModel</see>.
|
an instance of <see cref="T:Portoa.Web.ErrorHandling.ErrorModel">ErrorModel</see>. The first argument
|
||||||
|
(the exception) can be null.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:Portoa.Web.ErrorHandling.ApplicationErrorHandler">
|
<member name="T:Portoa.Web.ErrorHandling.ApplicationErrorHandler">
|
||||||
@ -643,5 +638,33 @@
|
|||||||
<typeparam name="T">The type to convert the value to</typeparam>
|
<typeparam name="T">The type to convert the value to</typeparam>
|
||||||
<param name="key">The request key of the object to retrieve</param>
|
<param name="key">The request key of the object to retrieve</param>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="T:Portoa.Web.Validation.FileLengthAttribute">
|
||||||
|
<summary>
|
||||||
|
Verifies that an uploaded file's length lies within a range
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:Portoa.Web.Validation.FileLengthAttribute.#ctor(System.Int32)">
|
||||||
|
<param name="maxLength">The (inclusive) maximum length of the uploaded file</param>
|
||||||
|
</member>
|
||||||
|
<member name="P:Portoa.Web.Validation.FileLengthAttribute.MaxLength">
|
||||||
|
<summary>
|
||||||
|
Gets or sets the (inclusive) maximum length of the uploaded file
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Portoa.Web.Validation.FileLengthAttribute.MinLength">
|
||||||
|
<summary>
|
||||||
|
Gets or sets the (inclusive) minimum length of the uploaded file
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:Portoa.Web.Validation.FileTypeAttribute">
|
||||||
|
<summary>
|
||||||
|
Verifies that an uploaded file has a certain mimetype
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:Portoa.Web.Validation.FileTypeAttribute.MimeType">
|
||||||
|
<summary>
|
||||||
|
Gets or sets the expected mimetype (i.e. text/plain, image/png, etc.)
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
</members>
|
</members>
|
||||||
</doc>
|
</doc>
|
||||||
|
Loading…
Reference in New Issue
Block a user