updated libs

This commit is contained in:
tmont 2011-02-24 01:48:21 +00:00
parent 7c2fe503de
commit dc9a415428
2 changed files with 13 additions and 6 deletions

Binary file not shown.

View File

@ -54,6 +54,12 @@
<member name="M:Portoa.Web.Models.ResolveWithServiceProviderModelBinder`1.#ctor(System.IServiceProvider)">
<param name="serviceProvider">The service provider to use to resolve the model binder</param>
</member>
<member name="M:Portoa.Web.Util.TagBuilderExtensions.ToMvcHtmlString(System.Web.Mvc.TagBuilder,System.Web.Mvc.TagRenderMode)">
<summary>
Gets the HTML-safe string representation of the tag. Thanks, Microsoft, for making
this method internal; it was really helpful.
</summary>
</member>
<member name="M:Portoa.Web.Util.HtmlHelperExtensions.Submit(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Object)">
<summary>
Creates a submit button with the specified button text, input name and HTML attributes
@ -70,14 +76,15 @@
<param name="htmlFor">The reference ID of the labeled node (e.g. the value of the "for" attribute)</param>
<param name="htmlAttributes">The HTML attributes</param>
</member>
<member name="M:Portoa.Web.Util.HtmlHelperExtensions.Button(System.Web.Mvc.HtmlHelper,System.String,System.Object)">
<member name="M:Portoa.Web.Util.HtmlHelperExtensions.LabelFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Object)">
<summary>
Creates a button with the specified display text and the specified custom HTML attributes
Creates a label for the model property identified by <paramref name="expression"/>, applying
the given <paramref name="htmlAttributes">HTML attributes</paramref>
</summary>
<param name="displayText">The text that the button will display</param>
<param name="htmlAttributes">Any additional HTML attributes for the input tag</param>
<param name="expression">A lambda expression identifying the model property to create a label for</param>
<param name="htmlAttributes">Any extra HTML attributes that should be applied to the <c>&lt;label&gt;</c> tag</param>
</member>
<member name="M:Portoa.Web.Util.HtmlHelperExtensions.Button(System.Web.Mvc.HtmlHelper,System.String,System.Web.Routing.RouteValueDictionary)">
<member name="M:Portoa.Web.Util.HtmlHelperExtensions.Button(System.Web.Mvc.HtmlHelper,System.String,System.Object)">
<summary>
Creates a button with the specified display text and the specified custom HTML attributes
</summary>
@ -164,7 +171,7 @@
<param name="exception">The exception that caused the error</param>
<param name="errorController">The controller to use handle errors</param>
</member>
<member name="T:Portoa.Web.Models.FlagEnumModelBinder">
<member name="T:Portoa.Web.Models.FlagEnumModelBinder`1">
<summary>
Binds an enumeration annotated with the <c>FlagsAttribute</c>
</summary>