mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
updated dll to mvc5
This commit is contained in:
@@ -22,13 +22,22 @@
|
||||
<exception cref="T:System.ArgumentNullException">
|
||||
<paramref name="httpContext" /> is null.</exception>
|
||||
</member>
|
||||
<member name="M:System.Web.Helpers.AntiForgery.GetTokens(System.String,System.String@,System.String@)"></member>
|
||||
<member name="M:System.Web.Helpers.AntiForgery.GetTokens(System.String,System.String@,System.String@)">
|
||||
<summary>Gets the search tokens.</summary>
|
||||
<param name="oldCookieToken">The previous cookie token.</param>
|
||||
<param name="newCookieToken">The new cookie token.</param>
|
||||
<param name="formToken">The form of the token.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Helpers.AntiForgery.Validate">
|
||||
<summary>Validates that input data from an HTML form field comes from the user who submitted the data.</summary>
|
||||
<exception cref="T:System.ArgumentException">The current <see cref="T:System.Web.HttpContext" /> value is null.</exception>
|
||||
<exception cref="T:System.Web.Helpers.HttpAntiForgeryException">The HTTP cookie token that accompanies a valid request is missing-or-The form token is missing.-or-The form token value does not match the cookie token value.-or-The form token value does not match the cookie token value.</exception>
|
||||
</member>
|
||||
<member name="M:System.Web.Helpers.AntiForgery.Validate(System.String,System.String)"></member>
|
||||
<member name="M:System.Web.Helpers.AntiForgery.Validate(System.String,System.String)">
|
||||
<summary>Validates that input data from an HTML form field comes from the user who submitted the data.</summary>
|
||||
<param name="cookieToken">The cookie token value.</param>
|
||||
<param name="formToken">The token form.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Helpers.AntiForgery.Validate(System.Web.HttpContextBase,System.String)">
|
||||
<summary>Validates that input data from an HTML form field comes from the user who submitted the data and lets callers specify additional validation details.</summary>
|
||||
<param name="httpContext">The HTTP context data for a request.</param>
|
||||
@@ -83,7 +92,6 @@
|
||||
<member name="P:System.Web.Helpers.UnvalidatedRequestValues.Item(System.String)">
|
||||
<summary>Gets the specified unvalidated object from the collection of posted values in the <see cref="T:System.Web.HttpRequest" /> object.</summary>
|
||||
<returns>The specified member, or null if the specified item is not found.</returns>
|
||||
<param name="key">The name of the collection member to get.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.Helpers.UnvalidatedRequestValues.QueryString">
|
||||
<summary>Gets a collection of unvalidated query-string values.</summary>
|
||||
@@ -118,13 +126,14 @@
|
||||
<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.Mvc.HttpAntiForgeryException.#ctor">
|
||||
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the <see cref="T:System.Web.Mvc.HttpAntiForgeryException" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Mvc.HttpAntiForgeryException.#ctor(System.String)">
|
||||
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Mvc.HttpAntiForgeryException" /> class.</summary>
|
||||
<param name="message">The containing message.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.Mvc.HttpAntiForgeryException.#ctor(System.String,System.Exception)">
|
||||
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||
<summary>This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Initializes a new instance of the <see cref="T:System.Web.Mvc.HttpAntiForgeryException" /> class.</summary>
|
||||
<param name="message">The message.</param>
|
||||
<param name="innerException">The inner exception.</param>
|
||||
</member>
|
||||
@@ -149,19 +158,26 @@
|
||||
<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.Mvc.ModelClientValidationRegexRule.#ctor(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. Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelClientValidationRegexRule" /> class.</summary>
|
||||
<param name="errorMessage">The exception message.</param>
|
||||
<param name="pattern">The pattern.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Mvc.ModelClientValidationRemoteRule">
|
||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||
<summary>Represents the remote rule for the validation of the model client.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Mvc.ModelClientValidationRemoteRule.#ctor(System.String,System.String,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>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelClientValidationRemoteRule" /> class.</summary>
|
||||
<param name="errorMessage">The error message.</param>
|
||||
<param name="url">The URL of the rule.</param>
|
||||
<param name="httpMethod">The HTTP method.</param>
|
||||
<param name="additionalFields">The additional fields used.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Mvc.ModelClientValidationRequiredRule">
|
||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||
<summary>Represents the required rule for the validation of the model client.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Mvc.ModelClientValidationRequiredRule.#ctor(System.String)">
|
||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelClientValidationRequiredRule" /> class.</summary>
|
||||
<param name="errorMessage">The error message </param>
|
||||
</member>
|
||||
<member name="T:System.Web.Mvc.ModelClientValidationRule">
|
||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||
@@ -179,10 +195,13 @@
|
||||
<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.Mvc.ModelClientValidationStringLengthRule">
|
||||
<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.Represents a length of the validation rule of the model client.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.Mvc.ModelClientValidationStringLengthRule.#ctor(System.String,System.Int32,System.Int32)">
|
||||
<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.Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelClientValidationStringLengthRule" /> class.</summary>
|
||||
<param name="errorMessage">The error message.</param>
|
||||
<param name="minimumLength">The minimum length of the validation rule.</param>
|
||||
<param name="maximumLength">The maximum length of the validation rule.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.Mvc.TagBuilder">
|
||||
<summary>Contains classes and properties that are used to create HTML elements. This class is used to write helpers, such as those found in the <see cref="N:System.Web.Helpers" /> namespace.</summary>
|
||||
@@ -269,23 +288,25 @@
|
||||
<member name="T:System.Web.Mvc.TagRenderMode">
|
||||
<summary>Enumerates the modes that are available for rendering HTML tags.</summary>
|
||||
</member>
|
||||
<member name="F:System.Web.Mvc.TagRenderMode.Normal">
|
||||
<summary>Represents the mode for rendering normal text.</summary>
|
||||
</member>
|
||||
<member name="F:System.Web.Mvc.TagRenderMode.StartTag">
|
||||
<summary>Represents the mode for rendering an opening tag (for example, <tag>).</summary>
|
||||
</member>
|
||||
<member name="F:System.Web.Mvc.TagRenderMode.EndTag">
|
||||
<summary>Represents the mode for rendering a closing tag (for example, </tag>).</summary>
|
||||
</member>
|
||||
<member name="F:System.Web.Mvc.TagRenderMode.Normal">
|
||||
<summary>Represents the mode for rendering normal text.</summary>
|
||||
</member>
|
||||
<member name="F:System.Web.Mvc.TagRenderMode.SelfClosing">
|
||||
<summary>Represents the mode for rendering a self-closing tag (for example, <tag />).</summary>
|
||||
</member>
|
||||
<member name="F:System.Web.Mvc.TagRenderMode.StartTag">
|
||||
<summary>Represents the mode for rendering an opening tag (for example, <tag>).</summary>
|
||||
</member>
|
||||
<member name="T:System.Web.Mvc.UnobtrusiveValidationAttributesGenerator">
|
||||
<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.Mvc.UnobtrusiveValidationAttributesGenerator.GetValidationAttributes(System.Collections.Generic.IEnumerable{System.Web.Mvc.ModelClientValidationRule},System.Collections.Generic.IDictionary{System.String,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.Gets the validation attributes from the structure or content of <see cref="T:System.Web.Mvc.UnobtrusiveValidationAttributesGenerator" />.</summary>
|
||||
<param name="clientRules">The <see cref="T:System.Web.Mvc.ModelClientValidationRule" /> to be implemented.</param>
|
||||
<param name="results">The result of the validation.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.WebPages.ApplicationPart">
|
||||
<summary>Contains methods to register assemblies as application parts.</summary>
|
||||
@@ -361,25 +382,45 @@
|
||||
<param name="value">The object to write.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.WebPages.AttributeValue">
|
||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||
<summary>Stores the value for an attribute.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.AttributeValue.#ctor(System.Web.WebPages.Instrumentation.PositionTagged{System.String},System.Web.WebPages.Instrumentation.PositionTagged{System.Object},System.Boolean)">
|
||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.WebPages.AttributeValue" /> class.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||
<param name="prefix">The namespace prefix for the attribute.</param>
|
||||
<param name="value">The value for the attribute.</param>
|
||||
<param name="literal">true to indicate that the value is a literal value; otherwise, false.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.AttributeValue.FromTuple(System.Tuple`3)">
|
||||
<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.WebPages.AttributeValue.FromTuple(System.Tuple{System.Tuple{System.String,System.Int32},System.Tuple{System.Object,System.Int32},System.Boolean})">
|
||||
<summary>Creates an attribute value from the specified tuple object.</summary>
|
||||
<returns>The created attribute value.</returns>
|
||||
<param name="value">The tuple object from which to create from.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.AttributeValue.FromTuple(System.Tuple{System.Tuple{System.String,System.Int32},System.Tuple{System.String,System.Int32},System.Boolean})">
|
||||
<summary>Creates an attribute value from the specified tuple object.</summary>
|
||||
<returns>The created attribute value.</returns>
|
||||
<param name="value">The tuple object from which to create from.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.AttributeValue.Literal">
|
||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||
<summary>Gets or sets a value that indicates whether the value is a literal value.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||
<returns>true if the value is a literal value; otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.AttributeValue.op_Implicit(System.Tuple`3)~System.Web.WebPages.AttributeValue">
|
||||
<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.WebPages.AttributeValue.op_Implicit(System.Tuple{System.Tuple{System.String,System.Int32},System.Tuple{System.Object,System.Int32},System.Boolean})~System.Web.WebPages.AttributeValue">
|
||||
<summary>Creates an attribute value from the specified tuple object.</summary>
|
||||
<returns>The created attribute value.</returns>
|
||||
<param name="value">The tuple object from which to create from.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.AttributeValue.op_Implicit(System.Tuple{System.Tuple{System.String,System.Int32},System.Tuple{System.String,System.Int32},System.Boolean})~System.Web.WebPages.AttributeValue">
|
||||
<summary>Creates an attribute value from the specified tuple object.</summary>
|
||||
<returns>The created attribute value.</returns>
|
||||
<param name="value">The tuple object from which to create from.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.AttributeValue.Prefix">
|
||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||
<summary>Gets or sets the namespace prefix for the attribute.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||
<returns>The namespace prefix for the attribute.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.AttributeValue.Value">
|
||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||
<summary>Gets or set the value for the attribute.This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||
<returns>The value for the attribute.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.WebPages.BrowserHelpers">
|
||||
<summary>Provides a way to specify custom browser (user agent) information.</summary>
|
||||
@@ -428,16 +469,20 @@
|
||||
<summary>Specifies a mobile browser.</summary>
|
||||
</member>
|
||||
<member name="T:System.Web.WebPages.BrowserOverrideStore">
|
||||
<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.The current BrowserOverrideStore is used to get and set the user agent of a request.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.BrowserOverrideStore.#ctor">
|
||||
<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.Initializes a new instance of the <see cref="T:System.Web.WebPages.BrowserOverrideStore" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.BrowserOverrideStore.GetOverriddenUserAgent(System.Web.HttpContextBase)">
|
||||
<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.Looks for a user agent by searching for the browser override cookie.</summary>
|
||||
<returns>The user agent.</returns>
|
||||
<param name="httpContext">The HTTP context.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.BrowserOverrideStore.SetOverriddenUserAgent(System.Web.HttpContextBase,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.Adds a browser override cookie with the set user agent to the response of the current request.</summary>
|
||||
<param name="httpContext">The HTTP context.</param>
|
||||
<param name="userAgent">The user agent.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.WebPages.BrowserOverrideStores">
|
||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||
@@ -449,85 +494,117 @@
|
||||
<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.CookieBrowserOverrideStore">
|
||||
<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.Gets overridden user agent for a request from a cookie. Creates a cookie to set the overridden user agent.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.CookieBrowserOverrideStore.#ctor">
|
||||
<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.Initializes a new instance of the <see cref="T:System.Web.WebPages.CookieBrowserOverrideStore" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.CookieBrowserOverrideStore.#ctor(System.Int32)">
|
||||
<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.Initializes a new instance of the <see cref="T:System.Web.WebPages.CookieBrowserOverrideStore" /> class.</summary>
|
||||
<param name="daysToExpire">The days to expire.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.CookieBrowserOverrideStore.GetOverriddenUserAgent(System.Web.HttpContextBase)">
|
||||
<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.Looks for a user agent by searching for the browser override cookie.</summary>
|
||||
<returns>The user agent.</returns>
|
||||
<param name="httpContext">The HTTP context.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.CookieBrowserOverrideStore.SetOverriddenUserAgent(System.Web.HttpContextBase,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.Adds a browser override cookie with the set user agent to the response of the current request.</summary>
|
||||
<param name="httpContext">The HTTP context.</param>
|
||||
<param name="userAgent">The user agent.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.WebPages.DefaultDisplayMode">
|
||||
<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.Represents the default display mode of the web pages.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.DefaultDisplayMode.#ctor">
|
||||
<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.Initializes a new instance of the <see cref="T:System.Web.WebPages.DefaultDisplayMode" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.DefaultDisplayMode.#ctor(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.Initializes a new instance of the <see cref="T:System.Web.WebPages.DefaultDisplayMode" /> class.</summary>
|
||||
<param name="suffix">The suffix.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.DefaultDisplayMode.CanHandleContext(System.Web.HttpContextBase)">
|
||||
<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.Indicates a value whether the <see cref="T:System.Web.HttpContextBase" /> can handle context.</summary>
|
||||
<returns>true if the <see cref="T:System.Web.HttpContextBase" /> can handle context; otherwise, false.</returns>
|
||||
<param name="httpContext">The specified http context.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.DefaultDisplayMode.ContextCondition">
|
||||
<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.Gets or sets a value that indicates whether the context condition displays a default mode.</summary>
|
||||
<returns>true if the context condition displays a default mode; otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.DefaultDisplayMode.DisplayModeId">
|
||||
<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.Gets the display mode identifier of the web pages.</summary>
|
||||
<returns>The display mode identifier of the web pages.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.DefaultDisplayMode.GetDisplayInfo(System.Web.HttpContextBase,System.String,System.Func`2)">
|
||||
<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.WebPages.DefaultDisplayMode.GetDisplayInfo(System.Web.HttpContextBase,System.String,System.Func{System.String,System.Boolean})">
|
||||
<summary>Retrieves the display information about an item in the result pane.</summary>
|
||||
<returns>The display information about an item in the result pane.</returns>
|
||||
<param name="httpContext">The http context.</param>
|
||||
<param name="virtualPath">The virtual path.</param>
|
||||
<param name="virtualPathExists">true if the virtual path exists; otherwise, false.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.DefaultDisplayMode.TransformPath(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.Transforms the path of the display mode.</summary>
|
||||
<returns>The path of the display mode to transform.</returns>
|
||||
<param name="virtualPath">The virtual path.</param>
|
||||
<param name="suffix">The suffix.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.WebPages.DisplayInfo">
|
||||
<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.Represents a property’s display information.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.DisplayInfo.#ctor(System.String,System.Web.WebPages.IDisplayMode)">
|
||||
<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.Initializes a new instance of the <see cref="T:System.Web.WebPages.DisplayInfo" /> class.</summary>
|
||||
<param name="filePath">The virtual path.</param>
|
||||
<param name="displayMode">The active display mode.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.DisplayInfo.DisplayMode">
|
||||
<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.Gets the active display mode for a Web page.</summary>
|
||||
<returns>The active display mode for a Web page.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.DisplayInfo.FilePath">
|
||||
<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.Gets the virtual path of the current Web page.</summary>
|
||||
<returns>The virtual path of the current Web page.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.WebPages.DisplayModeProvider">
|
||||
<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.Represents the modes of display for the provider.</summary>
|
||||
</member>
|
||||
<member name="F:System.Web.WebPages.DisplayModeProvider.DefaultDisplayModeId">
|
||||
<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.Defines the default display mode identifier.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.DisplayModeProvider.GetAvailableDisplayModesForContext(System.Web.HttpContextBase,System.Web.WebPages.IDisplayMode)">
|
||||
<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.Gets a list of the available display modes for the context base.</summary>
|
||||
<returns>A list of the available display modes for the context base.</returns>
|
||||
<param name="httpContext">The http context base.</param>
|
||||
<param name="currentDisplayMode">The current display mode.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.DisplayModeProvider.GetDisplayInfoForVirtualPath(System.String,System.Web.HttpContextBase,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>
|
||||
<member name="M:System.Web.WebPages.DisplayModeProvider.GetDisplayInfoForVirtualPath(System.String,System.Web.HttpContextBase,System.Func{System.String,System.Boolean},System.Web.WebPages.IDisplayMode)">
|
||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the <see cref="T:System.Web.WebPages.DisplayInfo" /> for the virtual path.</summary>
|
||||
<returns>The <see cref="T:System.Web.WebPages.DisplayInfo" /> for the virtual path.</returns>
|
||||
<param name="virtualPath">The virtual path.</param>
|
||||
<param name="httpContext">The http context base.</param>
|
||||
<param name="virtualPathExists">true if the virtual path exists; otherwise, false.</param>
|
||||
<param name="currentDisplayMode">The current display mode.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.DisplayModeProvider.Instance">
|
||||
<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.Gets the instance of the <see cref="T:System.Web.WebPages.DisplayModeProvider" />.</summary>
|
||||
<returns>The instance of the <see cref="T:System.Web.WebPages.DisplayModeProvider" />.</returns>
|
||||
</member>
|
||||
<member name="F:System.Web.WebPages.DisplayModeProvider.MobileDisplayModeId">
|
||||
<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.Defines the mobile display mode identifier.</summary>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.DisplayModeProvider.Modes">
|
||||
<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.Gets a list of modes of the <see cref="T:System.Web.WebPages.DisplayModeProvider" />.</summary>
|
||||
<returns>A list of modes of the <see cref="T:System.Web.WebPages.DisplayModeProvider" />.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.DisplayModeProvider.RequireConsistentDisplayMode">
|
||||
<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.Gets or sets a value that indicates whether the Web page requires consistent display mode.</summary>
|
||||
<returns>true if the Web page requires consistent display mode; otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.WebPages.HelperPage">
|
||||
<summary>Represents a base class for pages that is used when ASP.NET compiles a .cshtml or .vbhtml file and that exposes page-level and application-level properties and methods.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.HelperPage.#ctor">
|
||||
<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.Initializes a new instance of the <see cref="T:System.Web.WebPages.HelperPage" /> class.</summary>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.HelperPage.App">
|
||||
<summary>Gets the application-state data as a <see cref="T:System.Dynamic.DynamicObject" /> object that callers can use to create and access custom application-scoped properties.</summary>
|
||||
@@ -538,10 +615,19 @@
|
||||
<returns>The application-state data.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.HelperPage.BeginContext(System.IO.TextWriter,System.String,System.Int32,System.Int32,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.Puts all the helper statements into the context of the helper page.</summary>
|
||||
<param name="writer">The text writer.</param>
|
||||
<param name="virtualPath">The helper virtual path.</param>
|
||||
<param name="startPosition">The starting position.</param>
|
||||
<param name="length">The length of the context.</param>
|
||||
<param name="isLiteral">true of the context has a literal attribute; otherwise, false.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.HelperPage.BeginContext(System.String,System.Int32,System.Int32,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.Puts all the helper statements into the context of the helper page.</summary>
|
||||
<param name="virtualPath">The helper virtual path.</param>
|
||||
<param name="startPosition">The starting position.</param>
|
||||
<param name="length">The length of the context.</param>
|
||||
<param name="isLiteral">true of the context has a literal attribute; otherwise, false.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.HelperPage.Cache">
|
||||
<summary>Gets the cache object for the current application domain.</summary>
|
||||
@@ -556,13 +642,23 @@
|
||||
<returns>The current page.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.HelperPage.EndContext(System.IO.TextWriter,System.String,System.Int32,System.Int32,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.Indicates the end of context block.</summary>
|
||||
<param name="writer">The text writer.</param>
|
||||
<param name="virtualPath">The helper virtual path.</param>
|
||||
<param name="startPosition">The starting position.</param>
|
||||
<param name="length">The length of the context.</param>
|
||||
<param name="isLiteral">true of the context has a literal attribute; otherwise, false.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.HelperPage.EndContext(System.String,System.Int32,System.Int32,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.Indicates the end of context block.</summary>
|
||||
<param name="virtualPath">The helper virtual path.</param>
|
||||
<param name="startPosition">The starting position.</param>
|
||||
<param name="length">The length of the context.</param>
|
||||
<param name="isLiteral">true of the context has a literal attribute; otherwise, false.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.HelperPage.HelperVirtualPath">
|
||||
<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.Gets or sets the path of the helper page.</summary>
|
||||
<returns>The path of the helper page.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.HelperPage.Href(System.String,System.Object[])">
|
||||
<summary>Builds an absolute URL from an application-relative URL by using the specified parameters.</summary>
|
||||
@@ -631,19 +727,32 @@
|
||||
<returns>The virtual path.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.HelperPage.WriteAttributeTo(System.IO.TextWriter,System.String,System.Web.WebPages.Instrumentation.PositionTagged{System.String},System.Web.WebPages.Instrumentation.PositionTagged{System.String},System.Web.WebPages.AttributeValue[])">
|
||||
<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.Writes an attribute associated with the helper.</summary>
|
||||
<param name="writer">The text writer.</param>
|
||||
<param name="name">The name of the attribute.</param>
|
||||
<param name="prefix">The prefix.</param>
|
||||
<param name="suffix">The suffix.</param>
|
||||
<param name="values">The attribute value.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.HelperPage.WriteLiteralTo(System.IO.TextWriter,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.Writes a literal object to the helper.</summary>
|
||||
<param name="writer">The text writer.</param>
|
||||
<param name="value">The value of the object.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.HelperPage.WriteLiteralTo(System.IO.TextWriter,System.Web.WebPages.HelperResult)">
|
||||
<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.Writes a helper result object to the helper.</summary>
|
||||
<param name="writer">The text writer</param>
|
||||
<param name="value">The helper result.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.HelperPage.WriteTo(System.IO.TextWriter,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.Writes an object to the helper.</summary>
|
||||
<param name="writer">The text writer.</param>
|
||||
<param name="value">The object value.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.HelperPage.WriteTo(System.IO.TextWriter,System.Web.WebPages.HelperResult)">
|
||||
<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.Writes a helper result object to the helper.</summary>
|
||||
<param name="writer">The text writer.</param>
|
||||
<param name="value">The helper result value.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.WebPages.HelperResult">
|
||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||
@@ -670,16 +779,23 @@
|
||||
<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.IDisplayMode">
|
||||
<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.Represents the display mode interface for the web pages.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.IDisplayMode.CanHandleContext(System.Web.HttpContextBase)">
|
||||
<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.Indicates a value whether the web pages can handle HTTP context.</summary>
|
||||
<returns>true if the web pages can handle HTTP context; otherwise, false.</returns>
|
||||
<param name="httpContext">The HTTP context.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.IDisplayMode.DisplayModeId">
|
||||
<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.Gets the display mode id for the web pages.</summary>
|
||||
<returns>The display mode id for the web pages.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.IDisplayMode.GetDisplayInfo(System.Web.HttpContextBase,System.String,System.Func`2)">
|
||||
<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.WebPages.IDisplayMode.GetDisplayInfo(System.Web.HttpContextBase,System.String,System.Func{System.String,System.Boolean})">
|
||||
<summary>Returns this method to display all the information for the web pages.</summary>
|
||||
<returns>The method to display all the information for the web pages.</returns>
|
||||
<param name="httpContext">The HTTP context.</param>
|
||||
<param name="virtualPath">The virtual path.</param>
|
||||
<param name="virtualPathExists">true if the virtual path exists; otherwise, false.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.WebPages.ITemplateFile">
|
||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||
@@ -688,13 +804,16 @@
|
||||
<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.IValidator">
|
||||
<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.Defines the properties and methods that objects that participate in webpages.</summary>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.IValidator.ClientValidationRule">
|
||||
<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.Gets a container for client validation for the required field.</summary>
|
||||
<returns>A container for client validation for the required field.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.IValidator.Validate(System.ComponentModel.DataAnnotations.ValidationContext)">
|
||||
<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.Evaluates the condition it checks and updates the validation context.</summary>
|
||||
<returns>The condition it checks and updates the validation context.</returns>
|
||||
<param name="validationContext">The validation context.</param>
|
||||
</member>
|
||||
<member name="T:System.Web.WebPages.IVirtualPathFactory">
|
||||
<summary>Defines methods that are implemented by virtual path handler factories.</summary>
|
||||
@@ -1035,7 +1154,10 @@
|
||||
<param name="field">The name (value of the name attribute) of the user input element to validate.</param>
|
||||
<param name="validators">A list of one or more types of validation to register.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.ValidationHelper.AddFormError(System.String)"></member>
|
||||
<member name="M:System.Web.WebPages.ValidationHelper.AddFormError(System.String)">
|
||||
<summary>Adds an error message.</summary>
|
||||
<param name="errorMessage">The error message.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.ValidationHelper.ClassFor(System.String)">
|
||||
<summary>Renders an attribute that references the CSS style definition to use when validation messages for the user input element are rendered.</summary>
|
||||
<returns>The attribute.</returns>
|
||||
@@ -1051,7 +1173,7 @@
|
||||
<returns>The name.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.ValidationHelper.GetErrors(System.String[])">
|
||||
<summary>Returns a list of current validation errors, , and optionally lets you specify a list of fields to check.</summary>
|
||||
<summary>Returns a list of current validation errors, and optionally lets you specify a list of fields to check.</summary>
|
||||
<returns>The list of errors.</returns>
|
||||
<param name="fields">Optional. The names (value of the name attribute) of the user input elements to get error information for. You can specify any number of element names, separated by commas. If you do not specify a list of fields, the method returns errors for all fields.</param>
|
||||
</member>
|
||||
@@ -1105,6 +1227,7 @@
|
||||
<member name="M:System.Web.WebPages.Validator.EqualsTo(System.String,System.String)">
|
||||
<summary>Defines a validation test that test user input against the value of another field.</summary>
|
||||
<returns>The validation test.</returns>
|
||||
<param name="otherFieldName">The other field to compare.</param>
|
||||
<param name="errorMessage">The error message to display if validation fails.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.Validator.Float(System.String)">
|
||||
@@ -1223,6 +1346,7 @@
|
||||
<returns>The new <see cref="T:System.Web.WebPages.WebPageBase" /> object.</returns>
|
||||
<param name="virtualPath">The virtual path to use to create the instance.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.WebPageBase.CreatePageFromVirtualPath(System.String,System.Web.HttpContextBase,System.Func{System.String,System.Boolean},System.Web.WebPages.DisplayModeProvider,System.Web.WebPages.IDisplayMode)"></member>
|
||||
<member name="M:System.Web.WebPages.WebPageBase.DefineSection(System.String,System.Web.WebPages.SectionWriter)">
|
||||
<summary>Called by content pages to create named content sections.</summary>
|
||||
<param name="name">The name of the section to create.</param>
|
||||
@@ -1348,69 +1472,32 @@
|
||||
<summary>Provides objects and methods that are used to execute and render ASP.NET pages that include Razor syntax.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.#ctor">
|
||||
<summary>Initializes the <see cref="T:System.Web.WebPages.WebPageExecutingBase" /> class for use by an inherited class instance. This constructor can only be called by an inherited class.</summary>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageExecutingBase.App">
|
||||
<summary>Gets the application-state data as a <see cref="T:System.Dynamic.DynamicObject" /> object that callers can use to create and access custom application-scoped properties.</summary>
|
||||
<returns>The application-state data.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageExecutingBase.AppState">
|
||||
<summary>Gets a reference to global application-state data that can be shared across sessions and requests in an ASP.NET application.</summary>
|
||||
<returns>The application-state data.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.BeginContext(System.Int32,System.Int32,System.Boolean)">
|
||||
<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.WebPageExecutingBase.BeginContext(System.IO.TextWriter,System.Int32,System.Int32,System.Boolean)">
|
||||
<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.WebPageExecutingBase.BeginContext(System.IO.TextWriter,System.String,System.Int32,System.Int32,System.Boolean)">
|
||||
<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.WebPageExecutingBase.BeginContext(System.String,System.Int32,System.Int32,System.Boolean)">
|
||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.WebPages.WebPageExecutingBase" /> class. This constructor can only be called by an inherited class.</summary>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageExecutingBase.App"></member>
|
||||
<member name="P:System.Web.WebPages.WebPageExecutingBase.AppState"></member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.BeginContext(System.Int32,System.Int32,System.Boolean)"></member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.BeginContext(System.IO.TextWriter,System.Int32,System.Int32,System.Boolean)"></member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.BeginContext(System.IO.TextWriter,System.String,System.Int32,System.Int32,System.Boolean)"></member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.BeginContext(System.String,System.Int32,System.Int32,System.Boolean)"></member>
|
||||
<member name="P:System.Web.WebPages.WebPageExecutingBase.Context">
|
||||
<summary>When overridden in a derived class, gets or sets the <see cref="T:System.Web.HttpContextBase" /> object that is associated with a page.</summary>
|
||||
<returns>The current context data.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.EndContext(System.Int32,System.Int32,System.Boolean)">
|
||||
<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.WebPageExecutingBase.EndContext(System.IO.TextWriter,System.Int32,System.Int32,System.Boolean)">
|
||||
<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.WebPageExecutingBase.EndContext(System.IO.TextWriter,System.String,System.Int32,System.Int32,System.Boolean)">
|
||||
<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.WebPageExecutingBase.EndContext(System.String,System.Int32,System.Int32,System.Boolean)">
|
||||
<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.WebPageExecutingBase.Execute">
|
||||
<summary>Executes the server code in the current web page that is marked using Razor syntax.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.EndContext(System.Int32,System.Int32,System.Boolean)"></member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.EndContext(System.IO.TextWriter,System.Int32,System.Int32,System.Boolean)"></member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.EndContext(System.IO.TextWriter,System.String,System.Int32,System.Int32,System.Boolean)"></member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.EndContext(System.String,System.Int32,System.Int32,System.Boolean)"></member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.Execute"></member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.GetOutputWriter">
|
||||
<summary>Returns the text writer instance that is used to render the page.</summary>
|
||||
<returns>The text writer.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.Href(System.String,System.Object[])">
|
||||
<summary>Builds an absolute URL from an application-relative URL by using the specified parameters.</summary>
|
||||
<returns>The absolute URL.</returns>
|
||||
<param name="path">The initial path to use in the URL.</param>
|
||||
<param name="pathParts">Additional path information, such as folders and subfolders.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.NormalizePath(System.String)">
|
||||
<summary>Returns a normalized path from the specified path.</summary>
|
||||
<returns>The normalized path.</returns>
|
||||
<param name="path">The path to normalize.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageExecutingBase.VirtualPath">
|
||||
<summary>Gets or sets the virtual path of the page.</summary>
|
||||
<returns>The virtual path.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageExecutingBase.VirtualPathFactory">
|
||||
<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.WebPageExecutingBase.Href(System.String,System.Object[])"></member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.NormalizeLayoutPagePath(System.String)"></member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.NormalizePath(System.String)"></member>
|
||||
<member name="P:System.Web.WebPages.WebPageExecutingBase.VirtualPath"></member>
|
||||
<member name="P:System.Web.WebPages.WebPageExecutingBase.VirtualPathFactory"></member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.Write(System.Object)">
|
||||
<summary>Writes the string representation of the specified object as an HTML-encoded string.</summary>
|
||||
<param name="value">The object to encode and write.</param>
|
||||
@@ -1419,15 +1506,9 @@
|
||||
<summary>Writes the specified <see cref="T:System.Web.WebPages.HelperResult" /> object as an HTML-encoded string.</summary>
|
||||
<param name="result">The helper result to encode and write.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.WriteAttribute(System.String,System.Web.WebPages.Instrumentation.PositionTagged{System.String},System.Web.WebPages.Instrumentation.PositionTagged{System.String},System.Web.WebPages.AttributeValue[])">
|
||||
<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.WebPageExecutingBase.WriteAttributeTo(System.IO.TextWriter,System.String,System.Web.WebPages.Instrumentation.PositionTagged{System.String},System.Web.WebPages.Instrumentation.PositionTagged{System.String},System.Web.WebPages.AttributeValue[])">
|
||||
<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.WebPageExecutingBase.WriteAttributeTo(System.String,System.IO.TextWriter,System.String,System.Web.WebPages.Instrumentation.PositionTagged{System.String},System.Web.WebPages.Instrumentation.PositionTagged{System.String},System.Web.WebPages.AttributeValue[])">
|
||||
<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.WebPageExecutingBase.WriteAttribute(System.String,System.Web.WebPages.Instrumentation.PositionTagged{System.String},System.Web.WebPages.Instrumentation.PositionTagged{System.String},System.Web.WebPages.AttributeValue[])"></member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.WriteAttributeTo(System.IO.TextWriter,System.String,System.Web.WebPages.Instrumentation.PositionTagged{System.String},System.Web.WebPages.Instrumentation.PositionTagged{System.String},System.Web.WebPages.AttributeValue[])"></member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.WriteAttributeTo(System.String,System.IO.TextWriter,System.String,System.Web.WebPages.Instrumentation.PositionTagged{System.String},System.Web.WebPages.Instrumentation.PositionTagged{System.String},System.Web.WebPages.AttributeValue[])"></member>
|
||||
<member name="M:System.Web.WebPages.WebPageExecutingBase.WriteLiteral(System.Object)">
|
||||
<summary>Writes the specified object without HTML encoding.</summary>
|
||||
<param name="value">The object to write.</param>
|
||||
@@ -1490,29 +1571,14 @@
|
||||
<member name="M:System.Web.WebPages.WebPageRenderingBase.#ctor">
|
||||
<summary>Initializes a new instance of the <see cref="T:System.Web.WebPages.WebPageRenderingBase" /> class.</summary>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.Cache">
|
||||
<summary>When overridden in a derived class, gets the cache object for the current application domain.</summary>
|
||||
<returns>The cache object.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.Culture">
|
||||
<summary>When overridden in a derived class, gets or sets the culture for the current thread.</summary>
|
||||
<returns>The culture for the current thread.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.DisplayMode">
|
||||
<summary>Gets the display mode for the request.</summary>
|
||||
<returns>The display mode.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.Cache"></member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.Culture"></member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.DisplayMode"></member>
|
||||
<member name="M:System.Web.WebPages.WebPageRenderingBase.ExecutePageHierarchy">
|
||||
<summary>When overridden in a derived class, calls the methods that are used to initialize the page.</summary>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.IsAjax">
|
||||
<summary>When overridden in a derived class, get a value that indicates whether Ajax is being used during the request of the web page.</summary>
|
||||
<returns>true if Ajax is being used during the request; otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.IsPost">
|
||||
<summary>When overridden in a derived class, returns a value that indicates whether the HTTP data transfer method used by the client to request the web page is a POST request.</summary>
|
||||
<returns>true if the HTTP verb is "POST"; otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.IsAjax"></member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.IsPost"></member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.Layout">
|
||||
<summary>When overridden in a derived class, gets or sets the path of a layout page.</summary>
|
||||
<returns>The path of a layout page.</returns>
|
||||
@@ -1521,59 +1587,30 @@
|
||||
<summary>When overridden in a derived class, provides property-like access to page data that is shared between pages, layout pages, and partial pages.</summary>
|
||||
<returns>An object that contains page data.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.PageContext">
|
||||
<summary>When overridden in a derived class, gets the HTTP context for the web page.</summary>
|
||||
<returns>The HTTP context for the web page.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.PageContext"></member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.PageData">
|
||||
<summary>When overridden in a derived class, provides array-like access to page data that is shared between pages, layout pages, and partial pages.</summary>
|
||||
<returns>An object that provides array-like access to page data.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.Profile">
|
||||
<summary>Gets profile information for the current request context.</summary>
|
||||
<returns>The profile information.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.Profile"></member>
|
||||
<member name="M:System.Web.WebPages.WebPageRenderingBase.RenderPage(System.String,System.Object[])">
|
||||
<summary>When overridden in a derived class, renders a web page.</summary>
|
||||
<returns>The markup that represents the web page.</returns>
|
||||
<param name="path">The path of the page to render.</param>
|
||||
<param name="data">Additional data that is used to render the page.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.Request">
|
||||
<summary>When overridden in a derived class, gets the <see cref="T:System.Web.HttpRequest" /> object for the current HTTP request.</summary>
|
||||
<returns>An <see cref="T:System.Web.HttpRequest" /> object that contains the HTTP values sent by a client during a web request.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.Response">
|
||||
<summary>When overridden in a derived class, gets the <see cref="T:System.Web.HttpResponse" /> object for the current HTTP response.</summary>
|
||||
<returns>An <see cref="T:System.Web.HttpResponse" /> object that contains the HTTP response information from an ASP.NET operation.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.Server">
|
||||
<summary>When overridden in a derived class, gets the <see cref="T:System.Web.HttpServerUtility" /> object that provides methods that can be used as part of web-page processing.</summary>
|
||||
<returns>The <see cref="T:System.Web.HttpServerUtility" /> object.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.Session">
|
||||
<summary>When overridden in a derived class, gets the <see cref="T:System.Web.HttpSessionState" /> object for the current HTTP request.</summary>
|
||||
<returns>Session data for the current request.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.TemplateInfo">
|
||||
<summary>When overridden in a derived class, gets information about the currently executing file.</summary>
|
||||
<returns>Information about the currently executing file.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.UICulture">
|
||||
<summary>When overridden in a derived class, gets or sets the current culture used by the Resource Manager to look up culture-specific resources at run time.</summary>
|
||||
<returns>The current culture used by the Resource Manager.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.UrlData">
|
||||
<summary>When overridden in a derived class, gets data related to the URL path.</summary>
|
||||
<returns>Data related to the URL path.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.User">
|
||||
<summary>When overridden in a derived class, gets a user value based on the HTTP context.</summary>
|
||||
<returns>A user value based on the HTTP context.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.Request"></member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.Response"></member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.Server"></member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.Session"></member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.TemplateInfo"></member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.UICulture"></member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.UrlData"></member>
|
||||
<member name="P:System.Web.WebPages.WebPageRenderingBase.User"></member>
|
||||
<member name="T:System.Web.WebPages.Html.HtmlHelper">
|
||||
<summary>Provides support for rendering HTML form controls and performing form validation in a web page.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.Html.HtmlHelper.AnonymousObjectToHtmlAttributes(System.Object)"></member>
|
||||
<member name="M:System.Web.WebPages.Html.HtmlHelper.AttributeEncode(System.Object)">
|
||||
<summary>Returns an HTML-encoded string that represents the specified object by using a minimal encoding that is suitable only for HTML attributes that are enclosed in quotation marks.</summary>
|
||||
<returns>An HTML-encoded string that represents the object.</returns>
|
||||
@@ -1582,7 +1619,7 @@
|
||||
<member name="M:System.Web.WebPages.Html.HtmlHelper.AttributeEncode(System.String)">
|
||||
<summary>Returns an HTML-encoded string that represents the specified string by using a minimal encoding that is suitable only for HTML attributes that are enclosed in quotation marks.</summary>
|
||||
<returns>An HTML-encoded string that represents the original string.</returns>
|
||||
<param name="value">The string to encode</param>
|
||||
<param name="value">The string to encode.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.Html.HtmlHelper.CheckBox(System.String)">
|
||||
<summary>Returns an HTML check box control that has the specified name.</summary>
|
||||
@@ -1784,7 +1821,7 @@
|
||||
<summary>Returns an HTML label that displays the specified text, and that has the specified for attribute and custom attributes defined by an attribute dictionary.</summary>
|
||||
<returns>The HTML markup that represents the label.</returns>
|
||||
<param name="labelText">The text to display.</param>
|
||||
<param name="labelFor"> The value to assign to the for attribute of the HTML control element.</param>
|
||||
<param name="labelFor">The value to assign to the for attribute of the HTML control element.</param>
|
||||
<param name="attributes">The names and values of custom attributes for the element.</param>
|
||||
<exception cref="T:Sytem.ArgumentException">
|
||||
<paramref name="labelText" /> is null or empty.</exception>
|
||||
@@ -1801,7 +1838,7 @@
|
||||
<member name="M:System.Web.WebPages.Html.HtmlHelper.ListBox(System.String,System.Collections.Generic.IEnumerable{System.Web.WebPages.Html.SelectListItem})">
|
||||
<summary>Returns an HTML list box control that has the specified name and that contains the specified list items.</summary>
|
||||
<returns>The HTML markup that represents the list box control.</returns>
|
||||
<param name="name"> The value to assign to the name attribute of the HTML select element.</param>
|
||||
<param name="name">The value to assign to the name attribute of the HTML select element.</param>
|
||||
<param name="selectList">A list of <see cref="T:System.Web.WebPages.Html.SelectListItem" /> instances that are used to populate the list.</param>
|
||||
<exception cref="T:Sytem.ArgumentException">
|
||||
<paramref name="name" /> is null or empty.</exception>
|
||||
@@ -1999,7 +2036,7 @@
|
||||
<returns>The HTML markup that represents the radio button control.</returns>
|
||||
<param name="name">The value to assign to the name attribute of the HTML control element. The name attribute defines the group that the radio button belongs to.</param>
|
||||
<param name="value">The value to assign to the value attribute of the element.</param>
|
||||
<param name="htmlAttributes"> The names and values of custom attributes for the element.</param>
|
||||
<param name="htmlAttributes">The names and values of custom attributes for the element.</param>
|
||||
<exception cref="T:Sytem.ArgumentException">
|
||||
<paramref name="name" /> is null or empty.</exception>
|
||||
</member>
|
||||
@@ -2076,7 +2113,7 @@
|
||||
<member name="M:System.Web.WebPages.Html.HtmlHelper.TextArea(System.String,System.String,System.Int32,System.Int32,System.Object)">
|
||||
<summary>Returns an HTML multi-line text input (text area) control that has the specified name, value, row attribute, col attribute, and custom attributes defined by an attribute object.</summary>
|
||||
<returns>The HTML markup that represents the text area control.</returns>
|
||||
<param name="name"> The value to assign to the name attribute of the HTML textarea element.</param>
|
||||
<param name="name">The value to assign to the name attribute of the HTML textarea element.</param>
|
||||
<param name="value">The text to display.</param>
|
||||
<param name="rows">The value to assign to the rows attribute of the element.</param>
|
||||
<param name="columns">The value to assign to the cols attribute of the element.</param>
|
||||
@@ -2339,7 +2376,6 @@
|
||||
<member name="P:System.Web.WebPages.Html.ModelStateDictionary.Item(System.String)">
|
||||
<summary>Gets or sets the model state that is associated with the specified key in the model-state dictionary.</summary>
|
||||
<returns>The model state that is associated with the specified key in the dictionary.</returns>
|
||||
<param name="key">The key that is associated with the model state.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.Html.ModelStateDictionary.Keys">
|
||||
<summary>Gets a list that contains the keys in the model-state dictionary.</summary>
|
||||
@@ -2401,53 +2437,84 @@
|
||||
<returns>The value of the HTML value attribute that is associated with the select list item.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.WebPages.Instrumentation.InstrumentationService">
|
||||
<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.Represents a web pages instrumentation service.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.Instrumentation.InstrumentationService.#ctor">
|
||||
<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.Initializes a new instance of the <see cref="T:System.Web.WebPages.Instrumentation.InstrumentationService" /> class.</summary>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.Instrumentation.InstrumentationService.BeginContext(System.Web.HttpContextBase,System.String,System.IO.TextWriter,System.Int32,System.Int32,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.Called before it renders the output for the specified context.</summary>
|
||||
<param name="context">The context.</param>
|
||||
<param name="virtualPath">The virtual path.</param>
|
||||
<param name="writer">The writer.</param>
|
||||
<param name="startPosition">The start position.</param>
|
||||
<param name="length">The length of the context.</param>
|
||||
<param name="isLiteral">Determines whether the context is literal.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.Instrumentation.InstrumentationService.EndContext(System.Web.HttpContextBase,System.String,System.IO.TextWriter,System.Int32,System.Int32,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.Called after it renders the output for the specified context.</summary>
|
||||
<param name="context">The context.</param>
|
||||
<param name="virtualPath">The virtual path.</param>
|
||||
<param name="writer">The writer.</param>
|
||||
<param name="startPosition">The start position.</param>
|
||||
<param name="length">The length of the context.</param>
|
||||
<param name="isLiteral">Determines whether the context is literal.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.Instrumentation.InstrumentationService.IsAvailable">
|
||||
<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.Gets a value indicating whether the service is available.</summary>
|
||||
<returns>true if the service is available; otherwise, false.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.WebPages.Instrumentation.PositionTagged`1">
|
||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.</summary>
|
||||
<typeparam name="T"></typeparam>
|
||||
<summary>This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents a position tagged.</summary>
|
||||
<typeparam name="T">The type of the position..</typeparam>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.Instrumentation.PositionTagged`1.#ctor(`0,System.Int32)">
|
||||
<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.Initializes a new instance of the <see cref="T:System.Web.WebPages.Instrumentation.PositionTagged`1" /> class.</summary>
|
||||
<param name="value">The value of this current instance.</param>
|
||||
<param name="offset">The offset.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.Instrumentation.PositionTagged`1.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.Determines whether the specified object is equal to the current object.</summary>
|
||||
<returns>true if the specified object is equal to the current object; otherwise, false.</returns>
|
||||
<param name="obj">The object to compare to.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.Instrumentation.PositionTagged`1.GetHashCode">
|
||||
<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.Gets the hash code of the current instance.</summary>
|
||||
<returns>The hash code of the current instance.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.Instrumentation.PositionTagged`1.op_Equality(System.Web.WebPages.Instrumentation.PositionTagged{`0},System.Web.WebPages.Instrumentation.PositionTagged{`0})">
|
||||
<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.Determines whether the two objects are equal.</summary>
|
||||
<returns>true if the two objects are equal; otherwise, false.</returns>
|
||||
<param name="left">The first object.</param>
|
||||
<param name="right">The second object.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.Instrumentation.PositionTagged`1.op_Implicit(System.Tuple`2)~System.Web.WebPages.Instrumentation.PositionTagged{`0}">
|
||||
<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.WebPages.Instrumentation.PositionTagged`1.op_Implicit(System.Tuple{`0,System.Int32})~System.Web.WebPages.Instrumentation.PositionTagged{`0}">
|
||||
<summary>Converts the specified object to a <see cref="T:System.Web.WebPages.Instrumentation.PositionTagged`1" /> object.</summary>
|
||||
<returns>The <see cref="T:System.Web.WebPages.Instrumentation.PositionTagged`1" /> that represents the converted <paramref name="value" />.</returns>
|
||||
<param name="value">The object to convert.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.Instrumentation.PositionTagged`1.op_Implicit(System.Web.WebPages.Instrumentation.PositionTagged{`0})~`0">
|
||||
<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.Converts the <paramref name="value" /> to a <see cref="T:System.Web.WebPages.Instrumentation.PositionTagged`1" /> object.</summary>
|
||||
<returns>The <see cref="T:System.Web.WebPages.Instrumentation.PositionTagged`1" /> that represents the converted <paramref name="value" />.</returns>
|
||||
<param name="value">The object to convert.</param>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.Instrumentation.PositionTagged`1.op_Inequality(System.Web.WebPages.Instrumentation.PositionTagged{`0},System.Web.WebPages.Instrumentation.PositionTagged{`0})">
|
||||
<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.Determines whether the two objects are not equal.</summary>
|
||||
<returns>true if the two objects are not equal; otherwise, false.</returns>
|
||||
<param name="left">The first object.</param>
|
||||
<param name="right">The second object.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.Instrumentation.PositionTagged`1.Position">
|
||||
<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.Gets or sets the position associated with the <see cref="T:System.Web.WebPages.Instrumentation.PositionTagged`1" />.</summary>
|
||||
<returns>The position associated with the <see cref="T:System.Web.WebPages.Instrumentation.PositionTagged`1" />.</returns>
|
||||
</member>
|
||||
<member name="M:System.Web.WebPages.Instrumentation.PositionTagged`1.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.Returns a string representation of the <see cref="T:System.Web.WebPages.Instrumentation.PositionTagged`1" /> object.</summary>
|
||||
<returns>A string that represents the <see cref="T:System.Web.WebPages.Instrumentation.PositionTagged`1" /> object.</returns>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.Instrumentation.PositionTagged`1.Value">
|
||||
<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.Gets or sets the value of the current instance.</summary>
|
||||
<returns>The value of the current instance.</returns>
|
||||
</member>
|
||||
<member name="T:System.Web.WebPages.Scope.AspNetRequestScopeStorageProvider">
|
||||
<summary>Defines an ASP.NET request scope storage provider.</summary>
|
||||
@@ -2462,7 +2529,6 @@
|
||||
<member name="P:System.Web.WebPages.Scope.AspNetRequestScopeStorageProvider.CurrentScope">
|
||||
<summary>Gets or sets the dictionary to store data in the current scope.</summary>
|
||||
<returns>The dictionary that stores current scope data.</returns>
|
||||
<exception cref="T:System.InvalidOperationException">The application start page was not executed before the attempt was made to set this property.</exception>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.Scope.AspNetRequestScopeStorageProvider.GlobalScope">
|
||||
<summary>Gets the dictionary to store data in the global scope.</summary>
|
||||
@@ -2471,7 +2537,6 @@
|
||||
<member name="P:System.Web.WebPages.Scope.AspNetRequestScopeStorageProvider.RequestScope">
|
||||
<summary>Gets the dictionary to store data in the request scope.</summary>
|
||||
<returns>The dictionary that stores request scope data.</returns>
|
||||
<exception cref="T:System.InvalidOperationException">The application start page was not executed before the attempt was made to get this property.</exception>
|
||||
</member>
|
||||
<member name="T:System.Web.WebPages.Scope.IScopeStorageProvider">
|
||||
<summary>Defines a dictionary that provides scoped access to data.</summary>
|
||||
@@ -2571,7 +2636,6 @@
|
||||
<member name="P:System.Web.WebPages.Scope.ScopeStorageDictionary.Item(System.Object)">
|
||||
<summary>Gets or sets the element that is associated with the specified key.</summary>
|
||||
<returns>The element that has the specified key.</returns>
|
||||
<param name="key">The key of the element to get or set.</param>
|
||||
</member>
|
||||
<member name="P:System.Web.WebPages.Scope.ScopeStorageDictionary.Keys">
|
||||
<summary>Gets a <see cref="T:System.Collections.Generic.List`1" /> object that contains the keys from the concatenated <see cref="T:System.Web.WebPages.Scope.ScopeStorageDictionary" /> and <see cref="P:System.Web.WebPages.Scope.ScopeStorageDictionary.BaseScope" /> objects.</summary>
|
||||
|
Reference in New Issue
Block a user