mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-22 20:13:50 +08:00
Adding RTM assemblies
--HG-- branch : 1.x extra : transplant_source : %99%1D%84t%DE%DD%E2%5D%5D%11%26%3A%8F%D5%03%9CXN%A5G
This commit is contained in:
Binary file not shown.
@@ -217,12 +217,12 @@
|
|||||||
<summary>Returns the number of elements in the <see cref="T:System.Web.Helpers.DynamicJsonArray" /> instance.</summary>
|
<summary>Returns the number of elements in the <see cref="T:System.Web.Helpers.DynamicJsonArray" /> instance.</summary>
|
||||||
<returns>The number of elements in the JSON array.</returns>
|
<returns>The number of elements in the JSON array.</returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:System.Web.Helpers.DynamicJsonArray.op_Implicit(System.Web.Helpers.DynamicJsonArray)~System.Array">
|
<member name="M:System.Web.Helpers.DynamicJsonArray.op_Implicit(System.Web.Helpers.DynamicJsonArray)~System.Object[]">
|
||||||
<summary>Converts a <see cref="T:System.Web.Helpers.DynamicJsonArray" /> instance to an array of objects.</summary>
|
<summary>Converts a <see cref="T:System.Web.Helpers.DynamicJsonArray" /> instance to an array of objects.</summary>
|
||||||
<returns>The array of objects that represents the JSON array.</returns>
|
<returns>The array of objects that represents the JSON array.</returns>
|
||||||
<param name="obj">The JSON array to convert.</param>
|
<param name="obj">The JSON array to convert.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:System.Web.Helpers.DynamicJsonArray.op_Implicit(System.Web.Helpers.DynamicJsonArray)~System.Object[]">
|
<member name="M:System.Web.Helpers.DynamicJsonArray.op_Implicit(System.Web.Helpers.DynamicJsonArray)~System.Array">
|
||||||
<summary>Converts a <see cref="T:System.Web.Helpers.DynamicJsonArray" /> instance to an array of objects.</summary>
|
<summary>Converts a <see cref="T:System.Web.Helpers.DynamicJsonArray" /> instance to an array of objects.</summary>
|
||||||
<returns>The array of objects that represents the JSON array.</returns>
|
<returns>The array of objects that represents the JSON array.</returns>
|
||||||
<param name="obj">The JSON array to convert.</param>
|
<param name="obj">The JSON array to convert.</param>
|
||||||
@@ -404,7 +404,10 @@
|
|||||||
<param name="autoSortAndPage">true to enable sorting and paging of the <see cref="T:System.Web.Helpers.WebGrid" /> instance; otherwise, false.</param>
|
<param name="autoSortAndPage">true to enable sorting and paging of the <see cref="T:System.Web.Helpers.WebGrid" /> instance; otherwise, false.</param>
|
||||||
<param name="rowCount">The number of rows to display on each page of the grid.</param>
|
<param name="rowCount">The number of rows to display on each page of the grid.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:System.Web.Helpers.WebGrid.CanSort"></member>
|
<member name="P:System.Web.Helpers.WebGrid.CanSort">
|
||||||
|
<summary>Gets a value that indicates whether the <see cref="T:System.Web.Helpers.WebGrid" /> instance supports sorting.</summary>
|
||||||
|
<returns>true if the instance supports sorting; otherwise, false.</returns>
|
||||||
|
</member>
|
||||||
<member name="M:System.Web.Helpers.WebGrid.Column(System.String,System.String,System.Func`2,System.Boolean,System.Object)">
|
<member name="M:System.Web.Helpers.WebGrid.Column(System.String,System.String,System.Func`2,System.Boolean,System.Object)">
|
||||||
<summary>Creates a new <see cref="T:System.Web.Helpers.WebGridColumn" /> instance.</summary>
|
<summary>Creates a new <see cref="T:System.Web.Helpers.WebGridColumn" /> instance.</summary>
|
||||||
<returns>The new column.</returns>
|
<returns>The new column.</returns>
|
||||||
@@ -469,7 +472,10 @@
|
|||||||
<summary>Gets a value that indicates whether a row in the <see cref="T:System.Web.Helpers.WebGrid" /> instance is selected.</summary>
|
<summary>Gets a value that indicates whether a row in the <see cref="T:System.Web.Helpers.WebGrid" /> instance is selected.</summary>
|
||||||
<returns>true if a row is currently selected; otherwise, false.</returns>
|
<returns>true if a row is currently selected; otherwise, false.</returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:System.Web.Helpers.WebGrid.IsAjaxEnabled"></member>
|
<member name="P:System.Web.Helpers.WebGrid.IsAjaxEnabled">
|
||||||
|
<summary>Returns a value that indicates whether the <see cref="T:System.Web.Helpers.WebGrid" /> instance can use Ajax calls to refresh the display.</summary>
|
||||||
|
<returns>true if the instance supports Ajax calls; otherwise, false..</returns>
|
||||||
|
</member>
|
||||||
<member name="P:System.Web.Helpers.WebGrid.PageCount">
|
<member name="P:System.Web.Helpers.WebGrid.PageCount">
|
||||||
<summary>Gets the number of pages that the <see cref="T:System.Web.Helpers.WebGrid" /> instance contains.</summary>
|
<summary>Gets the number of pages that the <see cref="T:System.Web.Helpers.WebGrid" /> instance contains.</summary>
|
||||||
<returns>The page count.</returns>
|
<returns>The page count.</returns>
|
||||||
@@ -791,7 +797,22 @@
|
|||||||
<summary>Gets or sets the password of the sender's email account.</summary>
|
<summary>Gets or sets the password of the sender's email account.</summary>
|
||||||
<returns>The sender's password.</returns>
|
<returns>The sender's password.</returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:System.Web.Helpers.WebMail.Send(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Boolean,System.Collections.Generic.IEnumerable{System.String},System.String,System.String,System.String,System.String,System.String)"></member>
|
<member name="M:System.Web.Helpers.WebMail.Send(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.IEnumerable{System.String},System.Boolean,System.Collections.Generic.IEnumerable{System.String},System.String,System.String,System.String,System.String,System.String)">
|
||||||
|
<summary>Sends the specified message to an SMTP server for delivery.</summary>
|
||||||
|
<param name="to">The email address of the recipient or recipients. Separate multiple recipients using a semicolon (;).</param>
|
||||||
|
<param name="subject">The subject line for the email message.</param>
|
||||||
|
<param name="body">The body of the email message. If <paramref name="isBodyHtml" /> is true, HTML in the body is interpreted as markup.</param>
|
||||||
|
<param name="from">(Optional) The email address of the message sender, or null to not specify a sender. The default value is null.</param>
|
||||||
|
<param name="cc">(Optional) The email addresses of additional recipients to send a copy of the message to, or null if there are no additional recipients. Separate multiple recipients using a semicolon (;). The default value is null.</param>
|
||||||
|
<param name="filesToAttach">(Optional) A collection of file names that specifies the files to attach to the email message, or null if there are no files to attach. The default value is null.</param>
|
||||||
|
<param name="isBodyHtml">(Optional) true to specify that the email message body is in HTML format; false to indicate that the body is in plain-text format. The default value is true.</param>
|
||||||
|
<param name="additionalHeaders">(Optional) A collection of headers to add to the normal SMTP headers included in this email message, or null to send no additional headers. The default value is null.</param>
|
||||||
|
<param name="bcc">(Optional) The email addresses of additional recipients to send a "blind" copy of the message to, or null if there are no additional recipients. Separate multiple recipients using a semicolon (;). The default value is null.</param>
|
||||||
|
<param name="contentEncoding">(Optional) The encoding to use for the body of the message. Possible values are property values for the <see cref="T:System.Text.Encoding" /> class, such as <see cref="P:System.Text.Encoding.UTF8" />. The default value is null.</param>
|
||||||
|
<param name="headerEncoding">(Optional) The encoding to use for the header of the message. Possible values are property values for the <see cref="T:System.Text.Encoding" /> class, such as <see cref="P:System.Text.Encoding.UTF8" />. The default value is null.</param>
|
||||||
|
<param name="priority">(Optional) A value ("Normal", "Low", "High") that specifies the priority of the message. The default is "Normal".</param>
|
||||||
|
<param name="replyTo">(Optional) The email address that will be used when the recipient replies to the message. The default value is null, which indicates that the reply address is the value of the From property. </param>
|
||||||
|
</member>
|
||||||
<member name="P:System.Web.Helpers.WebMail.SmtpPort">
|
<member name="P:System.Web.Helpers.WebMail.SmtpPort">
|
||||||
<summary>Gets or sets the port that is used for SMTP transactions.</summary>
|
<summary>Gets or sets the port that is used for SMTP transactions.</summary>
|
||||||
<returns>The port that is used for SMTP transactions.</returns>
|
<returns>The port that is used for SMTP transactions.</returns>
|
||||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -632,7 +632,9 @@
|
|||||||
<member name="M:System.Web.Razor.Generator.CodeGeneratorContext.Create(System.Web.Razor.RazorEngineHost,System.String,System.String,System.String,System.Boolean)">
|
<member name="M:System.Web.Razor.Generator.CodeGeneratorContext.Create(System.Web.Razor.RazorEngineHost,System.String,System.String,System.String,System.Boolean)">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:System.Web.Razor.Generator.CodeGeneratorContext.CurrentBufferedStatement"></member>
|
<member name="P:System.Web.Razor.Generator.CodeGeneratorContext.CurrentBufferedStatement">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
<member name="M:System.Web.Razor.Generator.CodeGeneratorContext.EnsureExpressionHelperVariable">
|
<member name="M:System.Web.Razor.Generator.CodeGeneratorContext.EnsureExpressionHelperVariable">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -717,8 +719,12 @@
|
|||||||
<member name="T:System.Web.Razor.Generator.ExpressionCodeGenerator">
|
<member name="T:System.Web.Razor.Generator.ExpressionCodeGenerator">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:System.Web.Razor.Generator.ExpressionCodeGenerator.#ctor"></member>
|
<member name="M:System.Web.Razor.Generator.ExpressionCodeGenerator.#ctor">
|
||||||
<member name="M:System.Web.Razor.Generator.ExpressionCodeGenerator.Equals(System.Object)"></member>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Web.Razor.Generator.ExpressionCodeGenerator.Equals(System.Object)">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
<member name="M:System.Web.Razor.Generator.ExpressionCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
|
<member name="M:System.Web.Razor.Generator.ExpressionCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -728,7 +734,9 @@
|
|||||||
<member name="M:System.Web.Razor.Generator.ExpressionCodeGenerator.GenerateStartBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
|
<member name="M:System.Web.Razor.Generator.ExpressionCodeGenerator.GenerateStartBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:System.Web.Razor.Generator.ExpressionCodeGenerator.GetHashCode"></member>
|
<member name="M:System.Web.Razor.Generator.ExpressionCodeGenerator.GetHashCode">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
<member name="M:System.Web.Razor.Generator.ExpressionCodeGenerator.ToString">
|
<member name="M:System.Web.Razor.Generator.ExpressionCodeGenerator.ToString">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -967,12 +975,18 @@
|
|||||||
<member name="T:System.Web.Razor.Generator.MarkupCodeGenerator">
|
<member name="T:System.Web.Razor.Generator.MarkupCodeGenerator">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:System.Web.Razor.Generator.MarkupCodeGenerator.#ctor"></member>
|
<member name="M:System.Web.Razor.Generator.MarkupCodeGenerator.#ctor">
|
||||||
<member name="M:System.Web.Razor.Generator.MarkupCodeGenerator.Equals(System.Object)"></member>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Web.Razor.Generator.MarkupCodeGenerator.Equals(System.Object)">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
<member name="M:System.Web.Razor.Generator.MarkupCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
|
<member name="M:System.Web.Razor.Generator.MarkupCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:System.Web.Razor.Generator.MarkupCodeGenerator.GetHashCode"></member>
|
<member name="M:System.Web.Razor.Generator.MarkupCodeGenerator.GetHashCode">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
<member name="M:System.Web.Razor.Generator.MarkupCodeGenerator.ToString">
|
<member name="M:System.Web.Razor.Generator.MarkupCodeGenerator.ToString">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -1018,9 +1032,15 @@
|
|||||||
<member name="M:System.Web.Razor.Generator.RazorCodeGenerator.VisitStartBlock(System.Web.Razor.Parser.SyntaxTree.Block)">
|
<member name="M:System.Web.Razor.Generator.RazorCodeGenerator.VisitStartBlock(System.Web.Razor.Parser.SyntaxTree.Block)">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:System.Web.Razor.Generator.RazorCommentCodeGenerator"></member>
|
<member name="T:System.Web.Razor.Generator.RazorCommentCodeGenerator">
|
||||||
<member name="M:System.Web.Razor.Generator.RazorCommentCodeGenerator.#ctor"></member>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
<member name="M:System.Web.Razor.Generator.RazorCommentCodeGenerator.GenerateStartBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)"></member>
|
</member>
|
||||||
|
<member name="M:System.Web.Razor.Generator.RazorCommentCodeGenerator.#ctor">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Web.Razor.Generator.RazorCommentCodeGenerator.GenerateStartBlockCode(System.Web.Razor.Parser.SyntaxTree.Block,System.Web.Razor.Generator.CodeGeneratorContext)">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
<member name="T:System.Web.Razor.Generator.RazorDirectiveAttributeCodeGenerator">
|
<member name="T:System.Web.Razor.Generator.RazorDirectiveAttributeCodeGenerator">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -1048,12 +1068,18 @@
|
|||||||
<member name="T:System.Web.Razor.Generator.ResolveUrlCodeGenerator">
|
<member name="T:System.Web.Razor.Generator.ResolveUrlCodeGenerator">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:System.Web.Razor.Generator.ResolveUrlCodeGenerator.#ctor"></member>
|
<member name="M:System.Web.Razor.Generator.ResolveUrlCodeGenerator.#ctor">
|
||||||
<member name="M:System.Web.Razor.Generator.ResolveUrlCodeGenerator.Equals(System.Object)"></member>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Web.Razor.Generator.ResolveUrlCodeGenerator.Equals(System.Object)">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
<member name="M:System.Web.Razor.Generator.ResolveUrlCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
|
<member name="M:System.Web.Razor.Generator.ResolveUrlCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:System.Web.Razor.Generator.ResolveUrlCodeGenerator.GetHashCode"></member>
|
<member name="M:System.Web.Razor.Generator.ResolveUrlCodeGenerator.GetHashCode">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
<member name="M:System.Web.Razor.Generator.ResolveUrlCodeGenerator.ToString">
|
<member name="M:System.Web.Razor.Generator.ResolveUrlCodeGenerator.ToString">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -1177,12 +1203,18 @@
|
|||||||
<member name="T:System.Web.Razor.Generator.StatementCodeGenerator">
|
<member name="T:System.Web.Razor.Generator.StatementCodeGenerator">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:System.Web.Razor.Generator.StatementCodeGenerator.#ctor"></member>
|
<member name="M:System.Web.Razor.Generator.StatementCodeGenerator.#ctor">
|
||||||
<member name="M:System.Web.Razor.Generator.StatementCodeGenerator.Equals(System.Object)"></member>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Web.Razor.Generator.StatementCodeGenerator.Equals(System.Object)">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
<member name="M:System.Web.Razor.Generator.StatementCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
|
<member name="M:System.Web.Razor.Generator.StatementCodeGenerator.GenerateCode(System.Web.Razor.Parser.SyntaxTree.Span,System.Web.Razor.Generator.CodeGeneratorContext)">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:System.Web.Razor.Generator.StatementCodeGenerator.GetHashCode"></member>
|
<member name="M:System.Web.Razor.Generator.StatementCodeGenerator.GetHashCode">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
<member name="M:System.Web.Razor.Generator.StatementCodeGenerator.ToString">
|
<member name="M:System.Web.Razor.Generator.StatementCodeGenerator.ToString">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -1201,7 +1233,9 @@
|
|||||||
<member name="T:System.Web.Razor.Generator.TypeMemberCodeGenerator">
|
<member name="T:System.Web.Razor.Generator.TypeMemberCodeGenerator">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:System.Web.Razor.Generator.TypeMemberCodeGenerator.#ctor"></member>
|
<member name="M:System.Web.Razor.Generator.TypeMemberCodeGenerator.#ctor">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
<member name="M:System.Web.Razor.Generator.TypeMemberCodeGenerator.Equals(System.Object)">
|
<member name="M:System.Web.Razor.Generator.TypeMemberCodeGenerator.Equals(System.Object)">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -2222,7 +2256,9 @@
|
|||||||
<member name="M:System.Web.Razor.Parser.SyntaxTree.AutoCompleteEditHandler.#ctor(System.Func`2,System.Boolean)">
|
<member name="M:System.Web.Razor.Parser.SyntaxTree.AutoCompleteEditHandler.#ctor(System.Func`2,System.Boolean)">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:System.Web.Razor.Parser.SyntaxTree.AutoCompleteEditHandler.AutoCompleteAtEndOfSpan"></member>
|
<member name="P:System.Web.Razor.Parser.SyntaxTree.AutoCompleteEditHandler.AutoCompleteAtEndOfSpan">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
<member name="P:System.Web.Razor.Parser.SyntaxTree.AutoCompleteEditHandler.AutoCompleteString">
|
<member name="P:System.Web.Razor.Parser.SyntaxTree.AutoCompleteEditHandler.AutoCompleteString">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -3969,7 +4005,7 @@
|
|||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.GoTo">
|
<member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.GoTo">
|
||||||
<summary />
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Imports">
|
<member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Imports">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
@@ -4056,7 +4092,7 @@
|
|||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Return">
|
<member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Return">
|
||||||
<summary />
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Shadows">
|
<member name="F:System.Web.Razor.Tokenizer.Symbols.VBKeyword.Shadows">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
Binary file not shown.
@@ -11,43 +11,31 @@
|
|||||||
<summary>Registers pre-application start code for Web Pages deployment.</summary>
|
<summary>Registers pre-application start code for Web Pages deployment.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:System.Web.WebPages.Deployment.WebPagesDeployment">
|
<member name="T:System.Web.WebPages.Deployment.WebPagesDeployment">
|
||||||
<summary>Provides methods to confirm the deployment of a Web Pages application.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
|
||||||
<member name="F:System.Web.WebPages.Deployment.WebPagesDeployment.CacheKeyPrefix">
|
|
||||||
<summary>Represents the prefix for files that are stored in the cache.</summary>
|
|
||||||
</member>
|
</member>
|
||||||
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetAssemblyPath(System.Version)">
|
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetAssemblyPath(System.Version)">
|
||||||
<summary>Returns the full path of the folder that contains ASP.NET Web Pages assemblies for the specified version.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
<returns>The full path of the folder that contains ASP.NET Web Pages assemblies.</returns>
|
</member>
|
||||||
<param name="version">The version of the assemblies.</param>
|
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetIncompatibleDependencies(System.String)">
|
||||||
<exception cref="T:System.ArgumentNullException">
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
<paramref name="version" /> is null.</exception>
|
</member>
|
||||||
<exception cref="T:System.InvalidOperationException">The registry key for the path cannot be found.-or-The path cannot be found.</exception>
|
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetMaxVersion">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetIncompatibleDependencies(System.String)"></member>
|
|
||||||
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetMaxVersion"></member>
|
|
||||||
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetVersion(System.String)">
|
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetVersion(System.String)">
|
||||||
<summary>Returns the version of ASP.NET Web Pages that is installed.</summary>
|
|
||||||
<returns>The version of ASP.NET Web Pages that is installed, or null if the version is undetermined.</returns>
|
|
||||||
<param name="path">The path of the root directory for the application.</param>
|
<param name="path">The path of the root directory for the application.</param>
|
||||||
<exception cref="T:System.ArgumentException">
|
|
||||||
<paramref name="path" /> is null or empty.</exception>
|
|
||||||
</member>
|
</member>
|
||||||
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetVersionWithoutEnabledCheck(System.String)"></member>
|
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetVersionWithoutEnabledCheck(System.String)">
|
||||||
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetWebPagesAssemblies"></member>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.GetWebPagesAssemblies">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.IsEnabled(System.String)">
|
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.IsEnabled(System.String)">
|
||||||
<summary>Returns a value that indicates whether the Web Pages application is enabled.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
<returns>true if the Web Pages application is enabled; otherwise, false.</returns>
|
|
||||||
<param name="path">The path of the root directory for the application.</param>
|
|
||||||
<exception cref="T:System.ArgumentException">
|
|
||||||
<paramref name="path" /> is null or empty.</exception>
|
|
||||||
</member>
|
</member>
|
||||||
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.IsExplicitlyDisabled(System.String)">
|
<member name="M:System.Web.WebPages.Deployment.WebPagesDeployment.IsExplicitlyDisabled(System.String)">
|
||||||
<summary>Returns a value that indicates whether the Web Pages application is explicitly disabled.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
<returns>true if the Web Pages application is explicitly disabled; otherwise, false.</returns>
|
|
||||||
<param name="path">The path of the root directory for the application.</param>
|
|
||||||
<exception cref="T:System.ArgumentException">
|
|
||||||
<paramref name="path" /> is null or empty.</exception>
|
|
||||||
</member>
|
</member>
|
||||||
</members>
|
</members>
|
||||||
</doc>
|
</doc>
|
Binary file not shown.
@@ -4,10 +4,18 @@
|
|||||||
<name>System.Web.WebPages.Razor</name>
|
<name>System.Web.WebPages.Razor</name>
|
||||||
</assembly>
|
</assembly>
|
||||||
<members>
|
<members>
|
||||||
<member name="T:System.Web.WebPages.Razor.CompilingPathEventArgs"></member>
|
<member name="T:System.Web.WebPages.Razor.CompilingPathEventArgs">
|
||||||
<member name="M:System.Web.WebPages.Razor.CompilingPathEventArgs.#ctor(System.String,System.Web.WebPages.Razor.WebPageRazorHost)"></member>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
<member name="P:System.Web.WebPages.Razor.CompilingPathEventArgs.Host"></member>
|
</member>
|
||||||
<member name="P:System.Web.WebPages.Razor.CompilingPathEventArgs.VirtualPath"></member>
|
<member name="M:System.Web.WebPages.Razor.CompilingPathEventArgs.#ctor(System.String,System.Web.WebPages.Razor.WebPageRazorHost)">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Web.WebPages.Razor.CompilingPathEventArgs.Host">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="P:System.Web.WebPages.Razor.CompilingPathEventArgs.VirtualPath">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
<member name="T:System.Web.WebPages.Razor.PreApplicationStartCode">
|
<member name="T:System.Web.WebPages.Razor.PreApplicationStartCode">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -35,7 +43,9 @@
|
|||||||
<member name="E:System.Web.WebPages.Razor.RazorBuildProvider.CodeGenerationStarted">
|
<member name="E:System.Web.WebPages.Razor.RazorBuildProvider.CodeGenerationStarted">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="E:System.Web.WebPages.Razor.RazorBuildProvider.CompilingPath"></member>
|
<member name="E:System.Web.WebPages.Razor.RazorBuildProvider.CompilingPath">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
<member name="M:System.Web.WebPages.Razor.RazorBuildProvider.CreateHost">
|
<member name="M:System.Web.WebPages.Razor.RazorBuildProvider.CreateHost">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -45,11 +55,15 @@
|
|||||||
<member name="M:System.Web.WebPages.Razor.RazorBuildProvider.GetGeneratedType(System.CodeDom.Compiler.CompilerResults)">
|
<member name="M:System.Web.WebPages.Razor.RazorBuildProvider.GetGeneratedType(System.CodeDom.Compiler.CompilerResults)">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:System.Web.WebPages.Razor.RazorBuildProvider.GetHostFromConfig"></member>
|
<member name="M:System.Web.WebPages.Razor.RazorBuildProvider.GetHostFromConfig">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
<member name="M:System.Web.WebPages.Razor.RazorBuildProvider.InternalOpenReader">
|
<member name="M:System.Web.WebPages.Razor.RazorBuildProvider.InternalOpenReader">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:System.Web.WebPages.Razor.RazorBuildProvider.OnBeforeCompilePath(System.Web.WebPages.Razor.CompilingPathEventArgs)"></member>
|
<member name="M:System.Web.WebPages.Razor.RazorBuildProvider.OnBeforeCompilePath(System.Web.WebPages.Razor.CompilingPathEventArgs)">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
<member name="P:System.Web.WebPages.Razor.RazorBuildProvider.VirtualPath">
|
<member name="P:System.Web.WebPages.Razor.RazorBuildProvider.VirtualPath">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -108,14 +122,18 @@
|
|||||||
<member name="M:System.Web.WebPages.Razor.WebPageRazorHost.GetGlobalImports">
|
<member name="M:System.Web.WebPages.Razor.WebPageRazorHost.GetGlobalImports">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:System.Web.WebPages.Razor.WebPageRazorHost.InstrumentedSourceFilePath"></member>
|
<member name="P:System.Web.WebPages.Razor.WebPageRazorHost.InstrumentedSourceFilePath">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
<member name="P:System.Web.WebPages.Razor.WebPageRazorHost.IsSpecialPage">
|
<member name="P:System.Web.WebPages.Razor.WebPageRazorHost.IsSpecialPage">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:System.Web.WebPages.Razor.WebPageRazorHost.PhysicalPath">
|
<member name="P:System.Web.WebPages.Razor.WebPageRazorHost.PhysicalPath">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:System.Web.WebPages.Razor.WebPageRazorHost.PostProcessGeneratedCode(System.Web.Razor.Generator.CodeGeneratorContext)"></member>
|
<member name="M:System.Web.WebPages.Razor.WebPageRazorHost.PostProcessGeneratedCode(System.Web.Razor.Generator.CodeGeneratorContext)">
|
||||||
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
|
</member>
|
||||||
<member name="M:System.Web.WebPages.Razor.WebPageRazorHost.RegisterSpecialFile(System.String,System.String)">
|
<member name="M:System.Web.WebPages.Razor.WebPageRazorHost.RegisterSpecialFile(System.String,System.String)">
|
||||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||||
</member>
|
</member>
|
||||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -14,7 +14,7 @@
|
|||||||
<param name="uri">The Uri the request is sent to.</param>
|
<param name="uri">The Uri the request is sent to.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:System.Net.Http.WebRequestHandler">
|
<member name="T:System.Net.Http.WebRequestHandler">
|
||||||
<summary>Provides desktop-specific features not available to Metro apps or other environments. </summary>
|
<summary>Provides desktop-specific features not available to Windows Store apps or other environments. </summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:System.Net.Http.WebRequestHandler.#ctor">
|
<member name="M:System.Net.Http.WebRequestHandler.#ctor">
|
||||||
<summary>Initializes a new instance of the <see cref="T:System.Net.Http.WebRequestHandler" /> class.</summary>
|
<summary>Initializes a new instance of the <see cref="T:System.Net.Http.WebRequestHandler" /> class.</summary>
|
||||||
@@ -51,6 +51,10 @@
|
|||||||
<summary>Gets or sets a time-out in milliseconds when writing a request to or reading a response from a server.</summary>
|
<summary>Gets or sets a time-out in milliseconds when writing a request to or reading a response from a server.</summary>
|
||||||
<returns>Returns <see cref="T:System.Int32" />.The number of milliseconds before the writing or reading times out. The default value is 300,000 milliseconds (5 minutes). </returns>
|
<returns>Returns <see cref="T:System.Int32" />.The number of milliseconds before the writing or reading times out. The default value is 300,000 milliseconds (5 minutes). </returns>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="P:System.Net.Http.WebRequestHandler.ServerCertificateValidationCallback">
|
||||||
|
<summary>Gets or sets a callback method to validate the server certificate.</summary>
|
||||||
|
<returns>Returns <see cref="T:System.Net.Security.RemoteCertificateValidationCallback" />.A callback method to validate the server certificate.</returns>
|
||||||
|
</member>
|
||||||
<member name="P:System.Net.Http.WebRequestHandler.UnsafeAuthenticatedConnectionSharing">
|
<member name="P:System.Net.Http.WebRequestHandler.UnsafeAuthenticatedConnectionSharing">
|
||||||
<summary>Gets or sets a value that indicates whether to allow high-speed NTLM-authenticated connection sharing.</summary>
|
<summary>Gets or sets a value that indicates whether to allow high-speed NTLM-authenticated connection sharing.</summary>
|
||||||
<returns>Returns <see cref="T:System.Boolean" />.true to keep the authenticated connection open; otherwise, false.</returns>
|
<returns>Returns <see cref="T:System.Boolean" />.true to keep the authenticated connection open; otherwise, false.</returns>
|
||||||
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -5,16 +5,24 @@
|
|||||||
</assembly>
|
</assembly>
|
||||||
<members>
|
<members>
|
||||||
<member name="T:System.Web.Http.GlobalConfiguration">
|
<member name="T:System.Web.Http.GlobalConfiguration">
|
||||||
<summary> Provides a global <see cref="T:System.Web.Http.HttpConfiguration" /> for ASP applications. </summary>
|
<summary> Provides a global <see cref="T:System.Web.Http.HttpConfiguration" /> for ASP.NET applications. </summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:System.Web.Http.GlobalConfiguration.Configuration">
|
<member name="P:System.Web.Http.GlobalConfiguration.Configuration"></member>
|
||||||
<summary> Gets the global <see cref="T:System.Web.Http.HttpConfiguration" />. </summary>
|
<member name="P:System.Web.Http.GlobalConfiguration.DefaultHandler">
|
||||||
|
<summary> Gets the default message handler that will be called for all requests. </summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="T:System.Web.Http.RouteCollectionExtensions">
|
<member name="T:System.Web.Http.RouteCollectionExtensions">
|
||||||
<summary> Extension methods for <see cref="T:System.Web.Routing.RouteCollection" /></summary>
|
<summary> Extension methods for <see cref="T:System.Web.Routing.RouteCollection" /></summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:System.Web.Http.RouteCollectionExtensions.MapHttpRoute(System.Web.Routing.RouteCollection,System.String,System.String)">
|
||||||
|
<summary>Maps the specified route template.</summary>
|
||||||
|
<returns>A reference to the mapped route.</returns>
|
||||||
|
<param name="routes">A collection of routes for the application.</param>
|
||||||
|
<param name="name">The name of the route to map.</param>
|
||||||
|
<param name="routeTemplate">The route template for the route.</param>
|
||||||
|
</member>
|
||||||
<member name="M:System.Web.Http.RouteCollectionExtensions.MapHttpRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Object)">
|
<member name="M:System.Web.Http.RouteCollectionExtensions.MapHttpRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Object)">
|
||||||
<summary> Maps the specified route template and sets default constraints, and namespaces. </summary>
|
<summary>Maps the specified route template and sets default route.</summary>
|
||||||
<returns>A reference to the mapped route.</returns>
|
<returns>A reference to the mapped route.</returns>
|
||||||
<param name="routes">A collection of routes for the application.</param>
|
<param name="routes">A collection of routes for the application.</param>
|
||||||
<param name="name">The name of the route to map.</param>
|
<param name="name">The name of the route to map.</param>
|
||||||
@@ -22,7 +30,7 @@
|
|||||||
<param name="defaults">An object that contains default route values.</param>
|
<param name="defaults">An object that contains default route values.</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:System.Web.Http.RouteCollectionExtensions.MapHttpRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Object,System.Object)">
|
<member name="M:System.Web.Http.RouteCollectionExtensions.MapHttpRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Object,System.Object)">
|
||||||
<summary> Maps the specified route template and sets default route values, constraints, and namespaces. </summary>
|
<summary>Maps the specified route template and sets default route values and constraints.</summary>
|
||||||
<returns>A reference to the mapped route.</returns>
|
<returns>A reference to the mapped route.</returns>
|
||||||
<param name="routes">A collection of routes for the application.</param>
|
<param name="routes">A collection of routes for the application.</param>
|
||||||
<param name="name">The name of the route to map.</param>
|
<param name="name">The name of the route to map.</param>
|
||||||
@@ -30,6 +38,16 @@
|
|||||||
<param name="defaults">An object that contains default route values.</param>
|
<param name="defaults">An object that contains default route values.</param>
|
||||||
<param name="constraints">A set of expressions that specify values for routeTemplate.</param>
|
<param name="constraints">A set of expressions that specify values for routeTemplate.</param>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:System.Web.Http.RouteCollectionExtensions.MapHttpRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Object,System.Object,System.Net.Http.HttpMessageHandler)">
|
||||||
|
<summary>Maps the specified route template and sets default route values, constraints, and end-point message handler.</summary>
|
||||||
|
<returns>A reference to the mapped route.</returns>
|
||||||
|
<param name="routes">A collection of routes for the application.</param>
|
||||||
|
<param name="name">The name of the route to map.</param>
|
||||||
|
<param name="routeTemplate">The route template for the route.</param>
|
||||||
|
<param name="defaults">An object that contains default route values.</param>
|
||||||
|
<param name="constraints">A set of expressions that specify values for routeTemplate.</param>
|
||||||
|
<param name="handler">The handler to which the request will be dispatched.</param>
|
||||||
|
</member>
|
||||||
<member name="T:System.Web.Http.WebHost.HttpControllerHandler">
|
<member name="T:System.Web.Http.WebHost.HttpControllerHandler">
|
||||||
<summary> A <see cref="T:System.Web.IHttpAsyncHandler" /> that passes ASP.NET requests into the <see cref="T:System.Web.Http.HttpServer" /> pipeline and write the result back. </summary>
|
<summary> A <see cref="T:System.Web.IHttpAsyncHandler" /> that passes ASP.NET requests into the <see cref="T:System.Web.Http.HttpServer" /> pipeline and write the result back. </summary>
|
||||||
</member>
|
</member>
|
||||||
@@ -92,5 +110,27 @@
|
|||||||
<returns> An object that processes the request. </returns>
|
<returns> An object that processes the request. </returns>
|
||||||
<param name="requestContext">An object that encapsulates information about the request.</param>
|
<param name="requestContext">An object that encapsulates information about the request.</param>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="T:System.Web.Http.WebHost.PreApplicationStartCode">
|
||||||
|
<summary>Provides a registration point for the simple membership pre-application start code.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Web.Http.WebHost.PreApplicationStartCode.Start">
|
||||||
|
<summary>Registers the simple membership pre-application start code.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="T:System.Web.Http.WebHost.WebHostBufferPolicySelector">
|
||||||
|
<summary>Represents the web host buffer policy selector.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Web.Http.WebHost.WebHostBufferPolicySelector.#ctor">
|
||||||
|
<summary>Initializes a new instance of the <see cref="T:System.Web.Http.WebHost.WebHostBufferPolicySelector" /> class.</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Web.Http.WebHost.WebHostBufferPolicySelector.UseBufferedInputStream(System.Object)">
|
||||||
|
<summary>Gets a value that indicates whether the host should buffer the entity body of the HTTP request.</summary>
|
||||||
|
<returns>true if buffering should be used; otherwise a streamed request should be used.</returns>
|
||||||
|
<param name="hostContext">The host context.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:System.Web.Http.WebHost.WebHostBufferPolicySelector.UseBufferedOutputStream(System.Net.Http.HttpResponseMessage)">
|
||||||
|
<summary>Uses a buffered output stream for the web host.</summary>
|
||||||
|
<returns>A buffered output stream.</returns>
|
||||||
|
<param name="response">The response.</param>
|
||||||
|
</member>
|
||||||
</members>
|
</members>
|
||||||
</doc>
|
</doc>
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -120,7 +120,9 @@
|
|||||||
<Compile Include="Global.asax.cs">
|
<Compile Include="Global.asax.cs">
|
||||||
<DependentUpon>Global.asax</DependentUpon>
|
<DependentUpon>Global.asax</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Content Include="Config\log4net.config" />
|
<Content Include="Config\log4net.config">
|
||||||
|
<SubType>Designer</SubType>
|
||||||
|
</Content>
|
||||||
<Content Include="Config\Sample.HostComponents.config">
|
<Content Include="Config\Sample.HostComponents.config">
|
||||||
<SubType>Designer</SubType>
|
<SubType>Designer</SubType>
|
||||||
</Content>
|
</Content>
|
||||||
|
@@ -142,6 +142,15 @@
|
|||||||
<clear/>
|
<clear/>
|
||||||
<!-- Return 404 for all requests via managed handler. The url routing handler will substitute the mvc request handler when routes match. -->
|
<!-- Return 404 for all requests via managed handler. The url routing handler will substitute the mvc request handler when routes match. -->
|
||||||
<add name="NotFound" path="*" verb="*" type="System.Web.HttpNotFoundHandler" preCondition="integratedMode" requireAccess="Script"/>
|
<add name="NotFound" path="*" verb="*" type="System.Web.HttpNotFoundHandler" preCondition="integratedMode" requireAccess="Script"/>
|
||||||
|
|
||||||
|
<!-- WebApi -->
|
||||||
|
<remove name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" />
|
||||||
|
<remove name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" />
|
||||||
|
<remove name="ExtensionlessUrlHandler-Integrated-4.0" />
|
||||||
|
<add name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
|
||||||
|
<add name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
|
||||||
|
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" />
|
||||||
|
|
||||||
</handlers>
|
</handlers>
|
||||||
<!-- Prevent IIS 7.0 from returning a custom 404/500 error page of its own -->
|
<!-- Prevent IIS 7.0 from returning a custom 404/500 error page of its own -->
|
||||||
<httpErrors existingResponse="PassThrough" />
|
<httpErrors existingResponse="PassThrough" />
|
||||||
|
Reference in New Issue
Block a user