Mercurial > altnet-hispano
annotate Agendas/trunk/lib/ASP.NET MVC 3/System.Web.Mvc.xml @ 36:65bbf1ab2b24
cuando se modifica un evento, también debe ser publicada dicha modificación
author | nelo@MTEySS.neluz.int |
---|---|
date | Thu, 17 Mar 2011 17:03:05 -0300 |
parents | bbe0f8e16dd7 |
children |
rev | line source |
---|---|
31
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="utf-8"?> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2 <doc> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3 <assembly> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4 <name>System.Web.Mvc</name> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5 </assembly> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6 <members> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7 <member name="T:System.Web.Mvc.AcceptVerbsAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8 <summary>Represents an attribute that specifies which HTTP verbs an action method will respond to.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
10 <member name="M:System.Web.Mvc.AcceptVerbsAttribute.#ctor(System.String[])"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
11 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.AcceptVerbsAttribute" /> class by using a list of HTTP verbs that the action method will respond to.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
12 <param name="verbs">The HTTP verbs that the action method will respond to.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
13 <exception cref="T:System.ArgumentException">The <paramref name="verbs" /> parameter is null or zero length.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
14 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
15 <member name="M:System.Web.Mvc.AcceptVerbsAttribute.#ctor(System.Web.Mvc.HttpVerbs)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
16 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.AcceptVerbsAttribute" /> class using the HTTP verbs that the action method will respond to.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
17 <param name="verbs">The HTTP verbs that the action method will respond to.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
18 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
19 <member name="M:System.Web.Mvc.AcceptVerbsAttribute.IsValidForRequest(System.Web.Mvc.ControllerContext,System.Reflection.MethodInfo)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
20 <summary>Determines whether the specified method information is valid for the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
21 <returns>true if the method information is valid; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
22 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
23 <param name="methodInfo">The method information.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
24 <exception cref="T:System.ArgumentNullException">The <paramref name="controllerContext " />parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
25 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
26 <member name="P:System.Web.Mvc.AcceptVerbsAttribute.Verbs"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
27 <summary>Gets or sets the list of HTTP verbs that the action method will respond to.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
28 <returns>The list of HTTP verbs that the action method will respond to.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
29 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
30 <member name="T:System.Web.Mvc.ActionDescriptor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
31 <summary>Provides information about an action method, such as its name, controller, parameters, attributes, and filters.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
32 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
33 <member name="M:System.Web.Mvc.ActionDescriptor.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
34 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ActionDescriptor" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
35 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
36 <member name="P:System.Web.Mvc.ActionDescriptor.ActionName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
37 <summary>Gets the name of the action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
38 <returns>The name of the action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
39 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
40 <member name="P:System.Web.Mvc.ActionDescriptor.ControllerDescriptor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
41 <summary>Gets the controller descriptor.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
42 <returns>The controller descriptor.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
43 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
44 <member name="M:System.Web.Mvc.ActionDescriptor.Execute(System.Web.Mvc.ControllerContext,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
45 <summary>Executes the action method by using the specified parameters and controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
46 <returns>The result of executing the action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
47 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
48 <param name="parameters">The parameters of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
49 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
50 <member name="M:System.Web.Mvc.ActionDescriptor.GetCustomAttributes(System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
51 <summary>Returns an array of custom attributes that are defined for this member, excluding named attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
52 <returns>An array of custom attributes, or an empty array if no custom attributes exist.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
53 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
54 <exception cref="T:System.TypeLoadException">The custom attribute type cannot be loaded.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
55 <exception cref="T:System.Reflection.AmbiguousMatchException">There is more than one attribute of type <paramref name="attributeType" /> defined for this member.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
56 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
57 <member name="M:System.Web.Mvc.ActionDescriptor.GetCustomAttributes(System.Type,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
58 <summary>Returns an array of custom attributes that are defined for this member, identified by type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
59 <returns>An array of custom attributes, or an empty array if no custom attributes of the specified type exist.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
60 <param name="attributeType">The type of the custom attributes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
61 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
62 <exception cref="T:System.TypeLoadException">The custom attribute type cannot be loaded.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
63 <exception cref="T:System.Reflection.AmbiguousMatchException">There is more than one attribute of type <paramref name="attributeType" /> defined for this member.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
64 <exception cref="T:System.ArgumentNullException">The <paramref name="attritubeType" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
65 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
66 <member name="M:System.Web.Mvc.ActionDescriptor.GetFilters"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
67 <summary>Returns the filters that are associated with this action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
68 <returns>The filters that are associated with this action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
69 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
70 <member name="M:System.Web.Mvc.ActionDescriptor.GetParameters"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
71 <summary>Returns the parameters of the action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
72 <returns>The parameters of the action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
73 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
74 <member name="M:System.Web.Mvc.ActionDescriptor.GetSelectors"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
75 <summary>Returns the action-method selectors.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
76 <returns>The action-method selectors.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
77 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
78 <member name="M:System.Web.Mvc.ActionDescriptor.IsDefined(System.Type,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
79 <summary>Determines whether one or more instances of the specified attribute type are defined for this member.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
80 <returns>true if <paramref name="attributeType" /> is defined for this member; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
81 <param name="attributeType">The type of the custom attribute.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
82 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
83 <exception cref="T:System.ArgumentNullException">The <paramref name="attritubeType" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
84 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
85 <member name="P:System.Web.Mvc.ActionDescriptor.UniqueId"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
86 <summary>Gets the unique ID for the action descriptor using lazy initialization.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
87 <returns>The unique ID.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
88 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
89 <member name="T:System.Web.Mvc.ActionExecutedContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
90 <summary>Provides the context for the ActionExecuted method of the <see cref="T:System.Web.Mvc.ActionFilterAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
91 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
92 <member name="M:System.Web.Mvc.ActionExecutedContext.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
93 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ActionExecutedContext" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
94 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
95 <member name="M:System.Web.Mvc.ActionExecutedContext.#ctor(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor,System.Boolean,System.Exception)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
96 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ActionExecutedContext" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
97 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
98 <param name="actionDescriptor">The action method descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
99 <param name="canceled">true if the action is canceled.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
100 <param name="exception">The exception object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
101 <exception cref="T:System.ArgumentNullException">The <paramref name="actionDescriptor" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
102 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
103 <member name="P:System.Web.Mvc.ActionExecutedContext.ActionDescriptor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
104 <summary>Gets or sets the action descriptor.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
105 <returns>The action descriptor.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
106 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
107 <member name="P:System.Web.Mvc.ActionExecutedContext.Canceled"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
108 <summary>Gets or sets a value that indicates that this <see cref="T:System.Web.Mvc.ActionExecutedContext" /> object is canceled.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
109 <returns>true if the context canceled; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
110 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
111 <member name="P:System.Web.Mvc.ActionExecutedContext.Exception"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
112 <summary>Gets or sets the exception that occurred during the execution of the action method, if any.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
113 <returns>The exception that occurred during the execution of the action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
114 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
115 <member name="P:System.Web.Mvc.ActionExecutedContext.ExceptionHandled"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
116 <summary>Gets or sets a value that indicates whether the exception is handled.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
117 <returns>true if the exception is handled; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
118 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
119 <member name="P:System.Web.Mvc.ActionExecutedContext.Result"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
120 <summary>Gets or sets the result returned by the action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
121 <returns>The result returned by the action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
122 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
123 <member name="T:System.Web.Mvc.ActionExecutingContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
124 <summary>Provides the context for the ActionExecuting method of the <see cref="T:System.Web.Mvc.ActionFilterAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
125 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
126 <member name="M:System.Web.Mvc.ActionExecutingContext.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
127 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ActionExecutingContext" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
128 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
129 <member name="M:System.Web.Mvc.ActionExecutingContext.#ctor(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
130 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ActionExecutingContext" /> class by using the specified controller context, action descriptor, and action-method parameters.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
131 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
132 <param name="actionDescriptor">The action descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
133 <param name="actionParameters">The action-method parameters.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
134 <exception cref="T:System.ArgumentNullException">The <paramref name="ActionParameters" /> or <paramref name="actionDescriptor" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
135 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
136 <member name="P:System.Web.Mvc.ActionExecutingContext.ActionDescriptor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
137 <summary>Gets or sets the action descriptor.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
138 <returns>The action descriptor.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
139 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
140 <member name="P:System.Web.Mvc.ActionExecutingContext.ActionParameters"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
141 <summary>Gets or sets the action-method parameters.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
142 <returns>The action-method parameters.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
143 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
144 <member name="P:System.Web.Mvc.ActionExecutingContext.Result"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
145 <summary>Gets or sets the result that is returned by the action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
146 <returns>The result that is returned by the action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
147 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
148 <member name="T:System.Web.Mvc.ActionFilterAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
149 <summary>Represents the base class for filter attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
150 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
151 <member name="M:System.Web.Mvc.ActionFilterAttribute.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
152 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ActionFilterAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
153 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
154 <member name="M:System.Web.Mvc.ActionFilterAttribute.OnActionExecuted(System.Web.Mvc.ActionExecutedContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
155 <summary>Called by the ASP.NET MVC framework after the action method executes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
156 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
157 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
158 <member name="M:System.Web.Mvc.ActionFilterAttribute.OnActionExecuting(System.Web.Mvc.ActionExecutingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
159 <summary>Called by the ASP.NET MVC framework before the action method executes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
160 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
161 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
162 <member name="M:System.Web.Mvc.ActionFilterAttribute.OnResultExecuted(System.Web.Mvc.ResultExecutedContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
163 <summary>Called by the ASP.NET MVC framework after the action result executes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
164 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
165 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
166 <member name="M:System.Web.Mvc.ActionFilterAttribute.OnResultExecuting(System.Web.Mvc.ResultExecutingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
167 <summary>Called by the ASP.NET MVC framework before the action result executes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
168 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
169 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
170 <member name="T:System.Web.Mvc.ActionMethodSelectorAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
171 <summary>Represents an attribute that is used to influence the selection of an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
172 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
173 <member name="M:System.Web.Mvc.ActionMethodSelectorAttribute.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
174 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ActionMethodSelectorAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
175 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
176 <member name="M:System.Web.Mvc.ActionMethodSelectorAttribute.IsValidForRequest(System.Web.Mvc.ControllerContext,System.Reflection.MethodInfo)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
177 <summary>Determines whether the action method selection is valid for the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
178 <returns>true if the action method selection is valid for the specified controller context; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
179 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
180 <param name="methodInfo">Information about the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
181 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
182 <member name="T:System.Web.Mvc.ActionNameAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
183 <summary>Represents an attribute that is used for the name of an action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
184 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
185 <member name="M:System.Web.Mvc.ActionNameAttribute.#ctor(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
186 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ActionNameAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
187 <param name="name">Name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
188 <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
189 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
190 <member name="M:System.Web.Mvc.ActionNameAttribute.IsValidName(System.Web.Mvc.ControllerContext,System.String,System.Reflection.MethodInfo)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
191 <summary>Determines whether the action name is valid within the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
192 <returns>true if the action name is valid within the specified controller context; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
193 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
194 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
195 <param name="methodInfo">Information about the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
196 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
197 <member name="P:System.Web.Mvc.ActionNameAttribute.Name"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
198 <summary>Gets or sets the name of the action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
199 <returns>The name of the action.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
200 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
201 <member name="T:System.Web.Mvc.ActionNameSelectorAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
202 <summary>Represents an attribute that affects the selection of an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
203 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
204 <member name="M:System.Web.Mvc.ActionNameSelectorAttribute.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
205 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ActionNameSelectorAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
206 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
207 <member name="M:System.Web.Mvc.ActionNameSelectorAttribute.IsValidName(System.Web.Mvc.ControllerContext,System.String,System.Reflection.MethodInfo)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
208 <summary>Determines whether the action name is valid in the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
209 <returns>true if the action name is valid in the specified controller context; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
210 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
211 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
212 <param name="methodInfo">Information about the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
213 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
214 <member name="T:System.Web.Mvc.ActionResult"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
215 <summary>Encapsulates the result of an action method and is used to perform a framework-level operation on behalf of the action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
216 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
217 <member name="M:System.Web.Mvc.ActionResult.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
218 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ActionResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
219 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
220 <member name="M:System.Web.Mvc.ActionResult.ExecuteResult(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
221 <summary>Enables processing of the result of an action method by a custom type that inherits from the <see cref="T:System.Web.Mvc.ActionResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
222 <param name="context">The context in which the result is executed. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
223 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
224 <member name="T:System.Web.Mvc.ActionSelector"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
225 <summary>Represents a delegate that contains the logic for selecting an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
226 <returns>true if an action method was successfully selected; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
227 <param name="controllerContext">The current HTTP request context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
228 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
229 <member name="T:System.Web.Mvc.AdditionalMetadataAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
230 <summary>Provides a class that implements the <see cref="T:System.Web.Mvc.IMetadataAware" /> interface in order to support additional metadata. </summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
231 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
232 <member name="M:System.Web.Mvc.AdditionalMetadataAttribute.#ctor(System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
233 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.AdditionalMetadataAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
234 <param name="name">The name of the model metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
235 <param name="value">The value of the model metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
236 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
237 <member name="P:System.Web.Mvc.AdditionalMetadataAttribute.Name"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
238 <summary>Gets the name of the additional metadata attribute.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
239 <returns>The name of the of the additional metadata attribute.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
240 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
241 <member name="M:System.Web.Mvc.AdditionalMetadataAttribute.OnMetadataCreated(System.Web.Mvc.ModelMetadata)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
242 <summary>Provides metadata to the model metadata creation process.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
243 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
244 <member name="P:System.Web.Mvc.AdditionalMetadataAttribute.TypeId"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
245 <summary>Gets the type of the of the additional metadata attribute.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
246 <returns>The type of the of the additional metadata attribute.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
247 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
248 <member name="P:System.Web.Mvc.AdditionalMetadataAttribute.Value"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
249 <summary>Gets the value of the of the additional metadata attribute.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
250 <returns>The value of the of the additional metadata attribute.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
251 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
252 <member name="T:System.Web.Mvc.AjaxHelper"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
253 <summary>Represents support for rendering HTML in AJAX scenarios within a view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
254 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
255 <member name="M:System.Web.Mvc.AjaxHelper.#ctor(System.Web.Mvc.ViewContext,System.Web.Mvc.IViewDataContainer)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
256 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.AjaxHelper" /> class using the specified view context and view data container.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
257 <param name="viewContext">The view context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
258 <param name="viewDataContainer">The view data container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
259 <exception cref="T:System.ArgumentNullException">One or both of the parameters is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
260 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
261 <member name="M:System.Web.Mvc.AjaxHelper.#ctor(System.Web.Mvc.ViewContext,System.Web.Mvc.IViewDataContainer,System.Web.Routing.RouteCollection)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
262 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.AjaxHelper" /> class by using the specified view context, view data container, and route collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
263 <param name="viewContext">The view context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
264 <param name="viewDataContainer">The view data container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
265 <param name="routeCollection">The URL route collection.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
266 <exception cref="T:System.ArgumentNullException">One or more of the parameters is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
267 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
268 <member name="P:System.Web.Mvc.AjaxHelper.GlobalizationScriptPath"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
269 <summary>Gets or sets the root path for the location to use for globalization script files.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
270 <returns>The location of the folder where globalization script files are stored. The default location is "~/Scripts/Globalization".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
271 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
272 <member name="M:System.Web.Mvc.AjaxHelper.JavaScriptStringEncode(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
273 <summary>Serializes the specified message and returns the resulting JSON-formatted string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
274 <returns>The serialized message as a JSON-formatted string.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
275 <param name="message">The message to serialize.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
276 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
277 <member name="P:System.Web.Mvc.AjaxHelper.RouteCollection"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
278 <summary>Gets the collection of URL routes for the application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
279 <returns>The collection of routes for the application.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
280 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
281 <member name="P:System.Web.Mvc.AjaxHelper.ViewContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
282 <summary>Gets the context information about the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
283 <returns>The context of the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
284 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
285 <member name="P:System.Web.Mvc.AjaxHelper.ViewData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
286 <summary>Gets the current view data dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
287 <returns>The view data dictionary.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
288 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
289 <member name="P:System.Web.Mvc.AjaxHelper.ViewDataContainer"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
290 <summary>Gets the view data container.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
291 <returns>The view data container.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
292 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
293 <member name="T:System.Web.Mvc.AjaxHelper`1"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
294 <summary>Represents support for rendering HTML in AJAX scenarios within a strongly typed view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
295 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
296 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
297 <member name="M:System.Web.Mvc.AjaxHelper`1.#ctor(System.Web.Mvc.ViewContext,System.Web.Mvc.IViewDataContainer)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
298 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.AjaxHelper`1" /> class by using the specified view context and view data container.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
299 <param name="viewContext">The view context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
300 <param name="viewDataContainer">The view data container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
301 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
302 <member name="M:System.Web.Mvc.AjaxHelper`1.#ctor(System.Web.Mvc.ViewContext,System.Web.Mvc.IViewDataContainer,System.Web.Routing.RouteCollection)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
303 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.AjaxHelper`1" /> class by using the specified view context, view data container, and URL route collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
304 <param name="viewContext">The view context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
305 <param name="viewDataContainer">The view data container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
306 <param name="routeCollection">The URL route collection.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
307 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
308 <member name="P:System.Web.Mvc.AjaxHelper`1.ViewData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
309 <summary>Gets the strongly typed version of the view data dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
310 <returns>The strongly typed data dictionary of the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
311 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
312 <member name="T:System.Web.Mvc.AjaxRequestExtensions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
313 <summary>Represents a class that extends the <see cref="T:System.Web.HttpRequestBase" /> class by adding the ability to determine whether an HTTP request is an AJAX request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
314 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
315 <member name="M:System.Web.Mvc.AjaxRequestExtensions.IsAjaxRequest(System.Web.HttpRequestBase)"></member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
316 <member name="T:System.Web.Mvc.AllowHtmlAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
317 <summary>Allows a request to include HTML markup during model binding by skipping request validation for the property. (It is strongly recommended that your application explicitly check all models where you disable request validation in order to prevent script exploits.)</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
318 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
319 <member name="M:System.Web.Mvc.AllowHtmlAttribute.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
320 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.AllowHtmlAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
321 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
322 <member name="M:System.Web.Mvc.AllowHtmlAttribute.OnMetadataCreated(System.Web.Mvc.ModelMetadata)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
323 <summary>This method supports the ASP.NET MVC validation infrastructure and is not intended to be used directly from your code.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
324 <param name="metadata">The model metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
325 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
326 <member name="T:System.Web.Mvc.AreaRegistration"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
327 <summary>Provides a way to register one or more areas in an ASP.NET MVC application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
328 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
329 <member name="M:System.Web.Mvc.AreaRegistration.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
330 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.AreaRegistration" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
331 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
332 <member name="P:System.Web.Mvc.AreaRegistration.AreaName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
333 <summary>Gets the name of the area to register.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
334 <returns>The name of the area to register.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
335 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
336 <member name="M:System.Web.Mvc.AreaRegistration.RegisterAllAreas"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
337 <summary>Registers all areas in an ASP.NET MVC application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
338 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
339 <member name="M:System.Web.Mvc.AreaRegistration.RegisterAllAreas(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
340 <summary>Registers all areas in an ASP.NET MVC application by using the specified user-defined information.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
341 <param name="state">An object that contains user-defined information to pass to the area.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
342 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
343 <member name="M:System.Web.Mvc.AreaRegistration.RegisterArea(System.Web.Mvc.AreaRegistrationContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
344 <summary>Registers an area in an ASP.NET MVC application using the specified area's context information.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
345 <param name="context">Encapsulates the information that is required in order to register the area.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
346 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
347 <member name="T:System.Web.Mvc.AreaRegistrationContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
348 <summary>Encapsulates the information that is required in order to register an area within an ASP.NET MVC application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
349 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
350 <member name="M:System.Web.Mvc.AreaRegistrationContext.#ctor(System.String,System.Web.Routing.RouteCollection)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
351 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.AreaRegistrationContext" /> class using the specified area name and routes collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
352 <param name="areaName">The name of the area to register.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
353 <param name="routes">The collection of routes for the application.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
354 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
355 <member name="M:System.Web.Mvc.AreaRegistrationContext.#ctor(System.String,System.Web.Routing.RouteCollection,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
356 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.AreaRegistrationContext" /> class using the specified area name, routes collection, and user-defined data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
357 <param name="areaName">The name of the area to register.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
358 <param name="routes">The collection of routes for the application.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
359 <param name="state">An object that contains user-defined information to pass to the area.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
360 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
361 <member name="P:System.Web.Mvc.AreaRegistrationContext.AreaName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
362 <summary>Gets the name of the area to register.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
363 <returns>The name of the area to register.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
364 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
365 <member name="M:System.Web.Mvc.AreaRegistrationContext.MapRoute(System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
366 <summary>Maps the specified URL route and associates it with the area that is specified by the <see cref="P:System.Web.Mvc.AreaRegistrationContext.AreaName" /> property.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
367 <returns>A reference to the mapped route.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
368 <param name="name">The name of the route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
369 <param name="url">The URL pattern for the route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
370 <exception cref="T:System.ArgumentNullException">The <paramref name="url" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
371 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
372 <member name="M:System.Web.Mvc.AreaRegistrationContext.MapRoute(System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
373 <summary>Maps the specified URL route and associates it with the area that is specified by the <see cref="P:System.Web.Mvc.AreaRegistrationContext.AreaName" /> property, using the specified route default values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
374 <returns>A reference to the mapped route.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
375 <param name="name">The name of the route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
376 <param name="url">The URL pattern for the route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
377 <param name="defaults">An object that contains default route values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
378 <exception cref="T:System.ArgumentNullException">The <paramref name="url" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
379 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
380 <member name="M:System.Web.Mvc.AreaRegistrationContext.MapRoute(System.String,System.String,System.Object,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
381 <summary>Maps the specified URL route and associates it with the area that is specified by the <see cref="P:System.Web.Mvc.AreaRegistrationContext.AreaName" /> property, using the specified route default values and constraint.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
382 <returns>A reference to the mapped route.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
383 <param name="name">The name of the route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
384 <param name="url">The URL pattern for the route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
385 <param name="defaults">An object that contains default route values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
386 <param name="constraints">A set of expressions that specify valid values for a URL parameter.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
387 <exception cref="T:System.ArgumentNullException">The <paramref name="url" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
388 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
389 <member name="M:System.Web.Mvc.AreaRegistrationContext.MapRoute(System.String,System.String,System.Object,System.Object,System.String[])"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
390 <summary>Maps the specified URL route and associates it with the area that is specified by the <see cref="P:System.Web.Mvc.AreaRegistrationContext.AreaName" /> property, using the specified route default values, constraints, and namespaces.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
391 <returns>A reference to the mapped route.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
392 <param name="name">The name of the route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
393 <param name="url">The URL pattern for the route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
394 <param name="defaults">An object that contains default route values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
395 <param name="constraints">A set of expressions that specify valid values for a URL parameter.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
396 <param name="namespaces">An enumerable set of namespaces for the application.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
397 <exception cref="T:System.ArgumentNullException">The <paramref name="url" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
398 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
399 <member name="M:System.Web.Mvc.AreaRegistrationContext.MapRoute(System.String,System.String,System.Object,System.String[])"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
400 <summary>Maps the specified URL route and associates it with the area that is specified by the <see cref="P:System.Web.Mvc.AreaRegistrationContext.AreaName" /> property, using the specified route default values and namespaces.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
401 <returns>A reference to the mapped route.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
402 <param name="name">The name of the route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
403 <param name="url">The URL pattern for the route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
404 <param name="defaults">An object that contains default route values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
405 <param name="namespaces">An enumerable set of namespaces for the application.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
406 <exception cref="T:System.ArgumentNullException">The <paramref name="url" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
407 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
408 <member name="M:System.Web.Mvc.AreaRegistrationContext.MapRoute(System.String,System.String,System.String[])"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
409 <summary>Maps the specified URL route and associates it with the area that is specified by the <see cref="P:System.Web.Mvc.AreaRegistrationContext.AreaName" /> property, using the specified namespaces.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
410 <returns>A reference to the mapped route.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
411 <param name="name">The name of the route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
412 <param name="url">The URL pattern for the route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
413 <param name="namespaces">An enumerable set of namespaces for the application.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
414 <exception cref="T:System.ArgumentNullException">The <paramref name="url" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
415 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
416 <member name="P:System.Web.Mvc.AreaRegistrationContext.Namespaces"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
417 <summary>Gets the namespaces for the application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
418 <returns>An enumerable set of namespaces for the application.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
419 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
420 <member name="P:System.Web.Mvc.AreaRegistrationContext.Routes"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
421 <summary>Gets a collection of defined routes for the application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
422 <returns>A collection of defined routes for the application.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
423 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
424 <member name="P:System.Web.Mvc.AreaRegistrationContext.State"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
425 <summary>Gets an object that contains user-defined information to pass to the area.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
426 <returns>An object that contains user-defined information to pass to the area.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
427 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
428 <member name="T:System.Web.Mvc.AssociatedMetadataProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
429 <summary>Provides an abstract class to implement a metadata provider.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
430 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
431 <member name="M:System.Web.Mvc.AssociatedMetadataProvider.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
432 <summary>Called from constructors in a derived class to initialize the <see cref="T:System.Web.Mvc.AssociatedMetadataProvider" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
433 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
434 <member name="M:System.Web.Mvc.AssociatedMetadataProvider.CreateMetadata(System.Collections.Generic.IEnumerable{System.Attribute},System.Type,System.Func{System.Object},System.Type,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
435 <summary>When overridden in a derived class, creates the model metadata for the property.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
436 <returns>The model metadata for the property.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
437 <param name="attributes">The set of attributes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
438 <param name="containerType">The type of the container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
439 <param name="modelAccessor">The model accessor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
440 <param name="modelType">The type of the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
441 <param name="propertyName">The name of the property.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
442 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
443 <member name="M:System.Web.Mvc.AssociatedMetadataProvider.FilterAttributes(System.Type,System.ComponentModel.PropertyDescriptor,System.Collections.Generic.IEnumerable{System.Attribute})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
444 <summary>Gets a list of attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
445 <returns>A list of attributes.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
446 <param name="containerType">The type of the container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
447 <param name="propertyDescriptor">The property descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
448 <param name="attributes">The attribute container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
449 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
450 <member name="M:System.Web.Mvc.AssociatedMetadataProvider.GetMetadataForProperties(System.Object,System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
451 <summary>Returns a list of properties for the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
452 <returns>A list of properties for the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
453 <param name="container">The model container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
454 <param name="containerType">The type of the container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
455 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
456 <member name="M:System.Web.Mvc.AssociatedMetadataProvider.GetMetadataForProperty(System.Func{System.Object},System.Type,System.ComponentModel.PropertyDescriptor)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
457 <summary>Returns the metadata for the specified property using the container type and property descriptor.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
458 <returns>The metadata for the specified property using the container type and property descriptor.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
459 <param name="modelAccessor">The model accessor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
460 <param name="containerType">The type of the container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
461 <param name="propertyDescriptor">The property descriptor</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
462 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
463 <member name="M:System.Web.Mvc.AssociatedMetadataProvider.GetMetadataForProperty(System.Func{System.Object},System.Type,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
464 <summary>Returns the metadata for the specified property using the container type and property name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
465 <returns>The metadata for the specified property using the container type and property name.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
466 <param name="modelAccessor">The model accessor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
467 <param name="containerType">The type of the container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
468 <param name="propertyName">The name of the property.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
469 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
470 <member name="M:System.Web.Mvc.AssociatedMetadataProvider.GetMetadataForType(System.Func{System.Object},System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
471 <summary>Returns the metadata for the specified property using the type of the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
472 <returns>The metadata for the specified property using the type of the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
473 <param name="modelAccessor">The model accessor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
474 <param name="modelType">The type of the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
475 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
476 <member name="M:System.Web.Mvc.AssociatedMetadataProvider.GetTypeDescriptor(System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
477 <summary>Returns the type descriptor from the specified type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
478 <returns>The type descriptor.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
479 <param name="type">The type.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
480 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
481 <member name="T:System.Web.Mvc.AssociatedValidatorProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
482 <summary>Provides an abstract class for classes that implement a validation provider.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
483 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
484 <member name="M:System.Web.Mvc.AssociatedValidatorProvider.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
485 <summary>Called from constructors in derived classes to initialize the <see cref="T:System.Web.Mvc.AssociatedMetadataProvider" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
486 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
487 <member name="M:System.Web.Mvc.AssociatedValidatorProvider.GetTypeDescriptor(System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
488 <summary>Gets a type descriptor for the specified type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
489 <returns>A type descriptor for the specified type.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
490 <param name="type">The type of the validation provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
491 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
492 <member name="M:System.Web.Mvc.AssociatedValidatorProvider.GetValidators(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
493 <summary>Gets the validators for the model using the metadata and controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
494 <returns>The validators for the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
495 <param name="metadata">The metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
496 <param name="context">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
497 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
498 <member name="M:System.Web.Mvc.AssociatedValidatorProvider.GetValidators(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext,System.Collections.Generic.IEnumerable{System.Attribute})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
499 <summary>Gets the validators for the model using the metadata, the controller context, and a list of attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
500 <returns>The validators for the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
501 <param name="metadata">The metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
502 <param name="context">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
503 <param name="attributes">The list of attributes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
504 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
505 <member name="T:System.Web.Mvc.AsyncController"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
506 <summary>Provides the base class for asynchronous controllers.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
507 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
508 <member name="M:System.Web.Mvc.AsyncController.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
509 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.AsyncController" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
510 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
511 <member name="P:System.Web.Mvc.AsyncController.AsyncManager"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
512 <summary>Gets the asynchronous manager instance.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
513 <returns>The asynchronous manager instance.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
514 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
515 <member name="M:System.Web.Mvc.AsyncController.BeginExecute(System.Web.Routing.RequestContext,System.AsyncCallback,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
516 <summary>Called by ASP.NET to initialize asynchronous request processing.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
517 <returns>The status of the asynchronous operation.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
518 <param name="requestContext">The request context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
519 <param name="callback">The asynchronous callback method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
520 <param name="state">The state object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
521 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
522 <member name="M:System.Web.Mvc.AsyncController.BeginExecuteCore(System.AsyncCallback,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
523 <summary>Called by ASP.NET during initialization of asynchronous request processing.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
524 <returns>The status of the asynchronous operation.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
525 <param name="callback">The asynchronous callback method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
526 <param name="state">The state object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
527 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
528 <member name="M:System.Web.Mvc.AsyncController.CreateActionInvoker"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
529 <summary>Creates an action invoker.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
530 <returns>An action invoker.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
531 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
532 <member name="M:System.Web.Mvc.AsyncController.EndExecute(System.IAsyncResult)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
533 <summary>Cancels the execution of an asynchronous action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
534 <param name="asyncResult">The status of the asynchronous result.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
535 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
536 <member name="M:System.Web.Mvc.AsyncController.EndExecuteCore(System.IAsyncResult)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
537 <summary>Called by ASP.NET when the current asynchronous action has completed.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
538 <param name="asyncResult">The status of the asynchronous result.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
539 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
540 <member name="M:System.Web.Mvc.AsyncController.System#Web#Mvc#Async#IAsyncController#BeginExecute(System.Web.Routing.RequestContext,System.AsyncCallback,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
541 <summary>Called by ASP.NET to begin the execution of an asynchronous action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
542 <returns>The status of the asynchronous operation.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
543 <param name="requestContext">The request context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
544 <param name="callback">The asynchronous callback method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
545 <param name="state">An object that contains information to be used by the callback method. This parameter can be null.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
546 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
547 <member name="M:System.Web.Mvc.AsyncController.System#Web#Mvc#Async#IAsyncController#EndExecute(System.IAsyncResult)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
548 <summary>Cancels the execution of an asynchronous action method by ASP.NET at the end of the execution of an asynchronous action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
549 <param name="asyncResult">The status of the asynchronous result.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
550 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
551 <member name="T:System.Web.Mvc.AsyncTimeoutAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
552 <summary>Represents an attribute that is used to set the timeout value, in milliseconds, for an asynchronous method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
553 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
554 <member name="M:System.Web.Mvc.AsyncTimeoutAttribute.#ctor(System.Int32)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
555 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.AsyncTimeoutAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
556 <param name="duration">The timeout value, in milliseconds.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
557 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
558 <member name="P:System.Web.Mvc.AsyncTimeoutAttribute.Duration"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
559 <summary>Gets the timeout duration, in milliseconds.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
560 <returns>The timeout duration, in milliseconds.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
561 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
562 <member name="M:System.Web.Mvc.AsyncTimeoutAttribute.OnActionExecuting(System.Web.Mvc.ActionExecutingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
563 <summary>Called by ASP.NET before the asynchronous action method executes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
564 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
565 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
566 <member name="T:System.Web.Mvc.AuthorizationContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
567 <summary>Encapsulates the information that is required for using an <see cref="T:System.Web.Mvc.AuthorizeAttribute" /> attribute.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
568 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
569 <member name="M:System.Web.Mvc.AuthorizationContext.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
570 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.AuthorizationContext" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
571 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
572 <member name="M:System.Web.Mvc.AuthorizationContext.#ctor(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
573 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.AuthorizationContext" /> class using the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
574 <param name="controllerContext">The context within which the result is executed. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
575 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
576 <member name="M:System.Web.Mvc.AuthorizationContext.#ctor(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
577 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.AuthorizationContext" /> class using the specified controller context and action descriptor.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
578 <param name="controllerContext">The context in which the result is executed. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
579 <param name="actionDescriptor">An object that provides information about an action method, such as its name, controller, parameters, attributes, and filters.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
580 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
581 <member name="P:System.Web.Mvc.AuthorizationContext.ActionDescriptor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
582 <summary>Provides information about the action method that is marked by the <see cref="T:System.Web.Mvc.AuthorizeAttribute" /> attribute, such as its name, controller, parameters, attributes, and filters.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
583 <returns>The action descriptor for the action method that is marked by the <see cref="T:System.Web.Mvc.AuthorizeAttribute" /> attribute.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
584 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
585 <member name="P:System.Web.Mvc.AuthorizationContext.Result"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
586 <summary>Gets or sets the result that is returned by an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
587 <returns>The result that is returned by an action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
588 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
589 <member name="T:System.Web.Mvc.AuthorizeAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
590 <summary>Represents an attribute that is used to restrict access by callers to an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
591 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
592 <member name="M:System.Web.Mvc.AuthorizeAttribute.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
593 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.AuthorizeAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
594 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
595 <member name="M:System.Web.Mvc.AuthorizeAttribute.AuthorizeCore(System.Web.HttpContextBase)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
596 <summary>When overridden, provides an entry point for custom authorization checks.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
597 <returns>true if the user is authorized; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
598 <param name="httpContext">The HTTP context, which encapsulates all HTTP-specific information about an individual HTTP request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
599 <exception cref="T:System.ArgumentNullException">The <paramref name="httpContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
600 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
601 <member name="M:System.Web.Mvc.AuthorizeAttribute.HandleUnauthorizedRequest(System.Web.Mvc.AuthorizationContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
602 <summary>Processes HTTP requests that fail authorization.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
603 <param name="filterContext">Encapsulates the information for using <see cref="T:System.Web.Mvc.AuthorizeAttribute" />. The <paramref name="filterContext" /> object contains the controller, HTTP context, request context, action result, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
604 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
605 <member name="M:System.Web.Mvc.AuthorizeAttribute.OnAuthorization(System.Web.Mvc.AuthorizationContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
606 <summary>Called when a process requests authorization.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
607 <param name="filterContext">The filter context, which encapsulates information for using <see cref="T:System.Web.Mvc.AuthorizeAttribute" />.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
608 <exception cref="T:System.ArgumentNullException">The <paramref name="filterContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
609 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
610 <member name="M:System.Web.Mvc.AuthorizeAttribute.OnCacheAuthorization(System.Web.HttpContextBase)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
611 <summary>Called when the caching module requests authorization.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
612 <returns>A reference to the validation status.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
613 <param name="httpContext">The HTTP context, which encapsulates all HTTP-specific information about an individual HTTP request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
614 <exception cref="T:System.ArgumentNullException">The <paramref name="httpContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
615 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
616 <member name="P:System.Web.Mvc.AuthorizeAttribute.Roles"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
617 <summary>Gets or sets the user roles.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
618 <returns>The user roles.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
619 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
620 <member name="P:System.Web.Mvc.AuthorizeAttribute.TypeId"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
621 <summary>Gets the unique identifier for this attribute.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
622 <returns>The unique identifier for this attribute.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
623 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
624 <member name="P:System.Web.Mvc.AuthorizeAttribute.Users"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
625 <summary>Gets or sets the authorized users.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
626 <returns>The authorized users.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
627 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
628 <member name="T:System.Web.Mvc.BindAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
629 <summary>Represents an attribute that is used to provide details about how model binding to a parameter should occur.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
630 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
631 <member name="M:System.Web.Mvc.BindAttribute.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
632 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.BindAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
633 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
634 <member name="P:System.Web.Mvc.BindAttribute.Exclude"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
635 <summary>Gets or sets a comma-delimited list of property names for which binding is not allowed.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
636 <returns>The exclude list.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
637 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
638 <member name="P:System.Web.Mvc.BindAttribute.Include"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
639 <summary>Gets or sets a comma-delimited list of property names for which binding is allowed.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
640 <returns>The include list.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
641 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
642 <member name="M:System.Web.Mvc.BindAttribute.IsPropertyAllowed(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
643 <summary>Determines whether the specified property is allowed.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
644 <returns>true if the specified property is allowed; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
645 <param name="propertyName">The name of the property.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
646 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
647 <member name="P:System.Web.Mvc.BindAttribute.Prefix"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
648 <summary>Gets or sets the prefix to use when markup is rendered for binding to an action argument or to a model property.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
649 <returns>The prefix to use.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
650 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
651 <member name="T:System.Web.Mvc.BuildManagerCompiledView"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
652 <summary>Represents the base class for views that are compiled by the BuildManager class before being rendered by a view engine.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
653 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
654 <member name="M:System.Web.Mvc.BuildManagerCompiledView.#ctor(System.Web.Mvc.ControllerContext,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
655 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.BuildManagerCompiledView" /> class using the specified controller context and view path.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
656 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
657 <param name="viewPath">The view path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
658 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
659 <member name="M:System.Web.Mvc.BuildManagerCompiledView.#ctor(System.Web.Mvc.ControllerContext,System.String,System.Web.Mvc.IViewPageActivator)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
660 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.BuildManagerCompiledView" /> class using the specified controller context, view path, and view page activator.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
661 <param name="controllerContext">Context information for the current controller. This information includes the HTTP context, request context, route data, parent action view context, and more.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
662 <param name="viewPath">The path to the view that will be rendered.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
663 <param name="viewPageActivator">The object responsible for dynamically constructing the view page at run time. </param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
664 <exception cref="T:System.ArgumentNullException">The <paramref name="controllerContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
665 <exception cref="T:System.ArgumentException">The <paramref name="viewPath" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
666 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
667 <member name="M:System.Web.Mvc.BuildManagerCompiledView.Render(System.Web.Mvc.ViewContext,System.IO.TextWriter)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
668 <summary>Renders the specified view context by using the specified the writer object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
669 <param name="viewContext">Information related to rendering a view, such as view data, temporary data, and form context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
670 <param name="writer">The writer object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
671 <exception cref="T:System.ArgumentNullException">The <paramref name="viewContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
672 <exception cref="T:SInvalidOperationException">An instance of the view type could not be created.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
673 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
674 <member name="M:System.Web.Mvc.BuildManagerCompiledView.RenderView(System.Web.Mvc.ViewContext,System.IO.TextWriter,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
675 <summary>When overridden in a derived class, renders the specified view context by using the specified writer object and object instance.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
676 <param name="viewContext">Information related to rendering a view, such as view data, temporary data, and form context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
677 <param name="writer">The writer object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
678 <param name="instance">An object that contains additional information that can be used in the view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
679 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
680 <member name="P:System.Web.Mvc.BuildManagerCompiledView.ViewPath"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
681 <summary>Gets or sets the view path.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
682 <returns>The view path.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
683 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
684 <member name="T:System.Web.Mvc.BuildManagerViewEngine"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
685 <summary>Provides a base class for view engines.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
686 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
687 <member name="M:System.Web.Mvc.BuildManagerViewEngine.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
688 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.BuildManagerViewEngine" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
689 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
690 <member name="M:System.Web.Mvc.BuildManagerViewEngine.#ctor(System.Web.Mvc.IViewPageActivator)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
691 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.BuildManagerViewEngine" /> class using the specified view page activator.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
692 <param name="viewPageActivator">The view page activator.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
693 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
694 <member name="M:System.Web.Mvc.BuildManagerViewEngine.FileExists(System.Web.Mvc.ControllerContext,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
695 <summary>Gets a value that indicates whether a file exists in the specified virtual file system (path).</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
696 <returns>true if the file exists in the virtual file system; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
697 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
698 <param name="virtualPath">The virtual path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
699 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
700 <member name="P:System.Web.Mvc.BuildManagerViewEngine.ViewPageActivator"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
701 <summary>Gets the view page activator.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
702 <returns>The view page activator.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
703 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
704 <member name="T:System.Web.Mvc.ByteArrayModelBinder"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
705 <summary>Maps a browser request to a byte array.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
706 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
707 <member name="M:System.Web.Mvc.ByteArrayModelBinder.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
708 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ByteArrayModelBinder" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
709 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
710 <member name="M:System.Web.Mvc.ByteArrayModelBinder.BindModel(System.Web.Mvc.ControllerContext,System.Web.Mvc.ModelBindingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
711 <summary>Binds the model by using the specified controller context and binding context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
712 <returns>The bound data object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
713 <param name="controllerContext">The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
714 <param name="bindingContext">The context within which the model is bound. The context includes information such as the model object, model name, model type, property filter, and value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
715 <exception cref="T:System.ArgumentNullException">The <paramref name="bindingContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
716 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
717 <member name="T:System.Web.Mvc.ChildActionOnlyAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
718 <summary>Represents an attribute that is used to indicate that an action method should be called only as a child action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
719 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
720 <member name="M:System.Web.Mvc.ChildActionOnlyAttribute.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
721 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ChildActionOnlyAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
722 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
723 <member name="M:System.Web.Mvc.ChildActionOnlyAttribute.OnAuthorization(System.Web.Mvc.AuthorizationContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
724 <summary>Called when authorization is required.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
725 <param name="filterContext">An object that encapsulates the information that is required in order to authorize access to the child action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
726 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
727 <member name="T:System.Web.Mvc.ChildActionValueProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
728 <summary>Represents a value provider for values from child actions.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
729 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
730 <member name="M:System.Web.Mvc.ChildActionValueProvider.#ctor(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
731 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ChildActionValueProvider" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
732 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
733 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
734 <member name="M:System.Web.Mvc.ChildActionValueProvider.GetValue(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
735 <summary>Retrieves a value object using the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
736 <returns>The value object for the specified key.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
737 <param name="key">The key.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
738 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
739 <member name="T:System.Web.Mvc.ChildActionValueProviderFactory"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
740 <summary>Represents a factory for creating value provider objects for child actions.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
741 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
742 <member name="M:System.Web.Mvc.ChildActionValueProviderFactory.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
743 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ChildActionValueProviderFactory" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
744 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
745 <member name="M:System.Web.Mvc.ChildActionValueProviderFactory.GetValueProvider(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
746 <summary>Returns a <see cref="T:System.Web.Mvc.ChildActionValueProvider" /> object for the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
747 <returns>A <see cref="T:System.Web.Mvc.ChildActionValueProvider" /> object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
748 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
749 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
750 <member name="T:System.Web.Mvc.ClientDataTypeModelValidatorProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
751 <summary>Returns the client data-type model validators.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
752 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
753 <member name="M:System.Web.Mvc.ClientDataTypeModelValidatorProvider.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
754 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ClientDataTypeModelValidatorProvider" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
755 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
756 <member name="M:System.Web.Mvc.ClientDataTypeModelValidatorProvider.GetValidators(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
757 <summary>Returns the client data-type model validators.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
758 <returns>The client data-type model validators.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
759 <param name="metadata">The metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
760 <param name="context">The context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
761 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
762 <member name="T:System.Web.Mvc.CompareAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
763 <summary>Provides an attribute that compares two properties of a model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
764 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
765 <member name="M:System.Web.Mvc.CompareAttribute.#ctor(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
766 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.CompareAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
767 <param name="otherProperty">The property to compare with the current property.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
768 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
769 <member name="M:System.Web.Mvc.CompareAttribute.FormatErrorMessage(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
770 <summary>Applies formatting to an error message based on the data field where the compare error occurred.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
771 <returns>The formatted error message.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
772 <param name="name">The name of the field that caused the validation failure.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
773 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
774 <member name="M:System.Web.Mvc.CompareAttribute.FormatPropertyForClientValidation(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
775 <summary>Formats the property for client validation by prepending an asterisk (*) and a dot.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
776 <returns>The string "*." is prepended to the property.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
777 <param name="property">The property.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
778 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
779 <member name="M:System.Web.Mvc.CompareAttribute.GetClientValidationRules(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
780 <summary>Gets a list of compare-value client validation rules for the property using the specified model metadata and controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
781 <returns>A list of compare-value client validation rules.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
782 <param name="metadata">The model metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
783 <param name="context">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
784 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
785 <member name="M:System.Web.Mvc.CompareAttribute.IsValid(System.Object,System.ComponentModel.DataAnnotations.ValidationContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
786 <summary>Determines whether the specified object is equal to the compared object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
787 <returns>null if the value of the compared property is equal to the value parameter; otherwise, a validation result that contains the error message that indicates that the comparison failed.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
788 <param name="value">The value of the object to compare.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
789 <param name="validationContext">The validation context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
790 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
791 <member name="P:System.Web.Mvc.CompareAttribute.OtherProperty"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
792 <summary>Gets the property to compare with the current property.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
793 <returns>The property to compare with the current property.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
794 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
795 <member name="T:System.Web.Mvc.ContentResult"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
796 <summary>Represents a user-defined content type that is the result of an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
797 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
798 <member name="M:System.Web.Mvc.ContentResult.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
799 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ContentResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
800 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
801 <member name="P:System.Web.Mvc.ContentResult.Content"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
802 <summary>Gets or sets the content.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
803 <returns>The content.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
804 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
805 <member name="P:System.Web.Mvc.ContentResult.ContentEncoding"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
806 <summary>Gets or sets the content encoding.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
807 <returns>The content encoding.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
808 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
809 <member name="P:System.Web.Mvc.ContentResult.ContentType"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
810 <summary>Gets or sets the type of the content.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
811 <returns>The type of the content.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
812 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
813 <member name="M:System.Web.Mvc.ContentResult.ExecuteResult(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
814 <summary>Enables processing of the result of an action method by a custom type that inherits from the <see cref="T:System.Web.Mvc.ActionResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
815 <param name="context">The context within which the result is executed.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
816 <exception cref="T:System.ArgumentNullException">The <paramref name="context" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
817 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
818 <member name="T:System.Web.Mvc.Controller"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
819 <summary>Provides methods that respond to HTTP requests that are made to an ASP.NET MVC Web site.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
820 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
821 <member name="M:System.Web.Mvc.Controller.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
822 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.Controller" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
823 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
824 <member name="P:System.Web.Mvc.Controller.ActionInvoker"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
825 <summary>Gets the action invoker for the controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
826 <returns>The action invoker.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
827 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
828 <member name="P:System.Web.Mvc.Controller.Binders"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
829 <summary>Gets or sets the binder.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
830 <returns>The binder.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
831 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
832 <member name="M:System.Web.Mvc.Controller.Content(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
833 <summary>Creates a content result object by using a string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
834 <returns>The content result instance.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
835 <param name="content">The content to write to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
836 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
837 <member name="M:System.Web.Mvc.Controller.Content(System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
838 <summary>Creates a content result object by using a string and the content type. </summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
839 <returns>The content result instance.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
840 <param name="content">The content to write to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
841 <param name="contentType">The content type (MIME type).</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
842 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
843 <member name="M:System.Web.Mvc.Controller.Content(System.String,System.String,System.Text.Encoding)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
844 <summary>Creates a content result object by using a string, the content type, and content encoding.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
845 <returns>The content result instance.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
846 <param name="content">The content to write to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
847 <param name="contentType">The content type (MIME type).</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
848 <param name="contentEncoding">The content encoding.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
849 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
850 <member name="M:System.Web.Mvc.Controller.CreateActionInvoker"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
851 <summary>Creates an action invoker.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
852 <returns>An action invoker.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
853 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
854 <member name="M:System.Web.Mvc.Controller.CreateTempDataProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
855 <summary>Creates a temporary data provider.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
856 <returns>A temporary data provider.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
857 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
858 <member name="M:System.Web.Mvc.Controller.Dispose"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
859 <summary>Releases all resources that are used by the current instance of the <see cref="T:System.Web.Mvc.Controller" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
860 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
861 <member name="M:System.Web.Mvc.Controller.Dispose(System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
862 <summary>Releases unmanaged resources and optionally releases managed resources.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
863 <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
864 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
865 <member name="M:System.Web.Mvc.Controller.ExecuteCore"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
866 <summary>Invokes the action in the current controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
867 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
868 <member name="M:System.Web.Mvc.Controller.File(System.Byte[],System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
869 <summary>Creates a <see cref="T:System.Web.Mvc.FileContentResult" /> object by using the file contents and file type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
870 <returns>The file-content result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
871 <param name="fileContents">The binary content to send to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
872 <param name="contentType">The content type (MIME type).</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
873 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
874 <member name="M:System.Web.Mvc.Controller.File(System.Byte[],System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
875 <summary>Creates a <see cref="T:System.Web.Mvc.FileContentResult" /> object by using the file contents, content type, and the destination file name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
876 <returns>The file-content result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
877 <param name="fileContents">The binary content to send to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
878 <param name="contentType">The content type (MIME type).</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
879 <param name="fileDownloadName">The file name to use in the file-download dialog box that is displayed in the browser.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
880 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
881 <member name="M:System.Web.Mvc.Controller.File(System.IO.Stream,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
882 <summary>Creates a <see cref="T:System.Web.Mvc.FileStreamResult" /> object by using the <see cref="T:System.IO.Stream" /> object and content type. </summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
883 <returns>The file-content result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
884 <param name="fileStream">The stream to send to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
885 <param name="contentType">The content type (MIME type).</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
886 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
887 <member name="M:System.Web.Mvc.Controller.File(System.IO.Stream,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
888 <summary>Creates a <see cref="T:System.Web.Mvc.FileStreamResult" /> object using the <see cref="T:System.IO.Stream" /> object, the content type, and the target file name. </summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
889 <returns>The file-stream result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
890 <param name="fileStream">The stream to send to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
891 <param name="contentType">The content type (MIME type)</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
892 <param name="fileDownloadName">The file name to use in the file-download dialog box that is displayed in the browser.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
893 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
894 <member name="M:System.Web.Mvc.Controller.File(System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
895 <summary>Creates a <see cref="T:System.Web.Mvc.FilePathResult" /> object by using the file name and the content type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
896 <returns>The file-stream result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
897 <param name="fileName">The path of the file to send to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
898 <param name="contentType">The content type (MIME type).</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
899 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
900 <member name="M:System.Web.Mvc.Controller.File(System.String,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
901 <summary>Creates a <see cref="T:System.Web.Mvc.FilePathResult" /> object by using the file name, the content type, and the file download name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
902 <returns>The file-stream result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
903 <param name="fileName">The path of the file to send to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
904 <param name="contentType">The content type (MIME type).</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
905 <param name="fileDownloadName">The file name to use in the file-download dialog box that is displayed in the browser.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
906 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
907 <member name="M:System.Web.Mvc.Controller.HandleUnknownAction(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
908 <summary>Called when a request matches this controller, but no method with the specified action name is found in the controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
909 <param name="actionName">The name of the attempted action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
910 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
911 <member name="P:System.Web.Mvc.Controller.HttpContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
912 <summary>Gets HTTP-specific information about an individual HTTP request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
913 <returns>The HTTP context.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
914 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
915 <member name="M:System.Web.Mvc.Controller.HttpNotFound"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
916 <summary>Returns an instance of the <see cref="T:System.Web.Mvc.HttpNotFoundResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
917 <returns>An instance of the <see cref="T:System.Web.Mvc.HttpNotFoundResult" /> class.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
918 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
919 <member name="M:System.Web.Mvc.Controller.HttpNotFound(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
920 <summary>Returns an instance of the <see cref="T:System.Web.Mvc.HttpNotFoundResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
921 <returns>An instance of the <see cref="T:System.Web.Mvc.HttpNotFoundResult" /> class.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
922 <param name="statusDescription">The status description.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
923 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
924 <member name="M:System.Web.Mvc.Controller.Initialize(System.Web.Routing.RequestContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
925 <summary>Initializes data that might not be available when the constructor is called.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
926 <param name="requestContext">The HTTP context and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
927 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
928 <member name="M:System.Web.Mvc.Controller.JavaScript(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
929 <summary>Creates a <see cref="T:System.Web.Mvc.JavaScriptResult" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
930 <returns>The <see cref="T:System.Web.Mvc.JavaScriptResult" /> object that writes the script to the response.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
931 <param name="script">The JavaScript code to run on the client</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
932 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
933 <member name="M:System.Web.Mvc.Controller.Json(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
934 <summary>Creates a <see cref="T:System.Web.Mvc.JsonResult" /> object that serializes the specified object to JavaScript Object Notation (JSON).</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
935 <returns>The JSON result object that serializes the specified object to JSON format. The result object that is prepared by this method is written to the response by the ASP.NET MVC framework when the object is executed.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
936 <param name="data">The JavaScript object graph to serialize.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
937 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
938 <member name="M:System.Web.Mvc.Controller.Json(System.Object,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
939 <summary>Creates a <see cref="T:System.Web.Mvc.JsonResult" /> object that serializes the specified object to JavaScript Object Notation (JSON) format.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
940 <returns>The JSON result object that serializes the specified object to JSON format.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
941 <param name="data">The JavaScript object graph to serialize.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
942 <param name="contentType">The content type (MIME type).</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
943 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
944 <member name="M:System.Web.Mvc.Controller.Json(System.Object,System.String,System.Text.Encoding)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
945 <summary>Creates a <see cref="T:System.Web.Mvc.JsonResult" /> object that serializes the specified object to JavaScript Object Notation (JSON) format.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
946 <returns>The JSON result object that serializes the specified object to JSON format.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
947 <param name="data">The JavaScript object graph to serialize.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
948 <param name="contentType">The content type (MIME type).</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
949 <param name="contentEncoding">The content encoding.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
950 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
951 <member name="M:System.Web.Mvc.Controller.Json(System.Object,System.String,System.Text.Encoding,System.Web.Mvc.JsonRequestBehavior)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
952 <summary>Creates a <see cref="T:System.Web.Mvc.JsonResult" /> object that serializes the specified object to JavaScript Object Notation (JSON) format using the content type, content encoding, and the JSON request behavior.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
953 <returns>The result object that serializes the specified object to JSON format.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
954 <param name="data">The JavaScript object graph to serialize.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
955 <param name="contentType">The content type (MIME type).</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
956 <param name="contentEncoding">The content encoding.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
957 <param name="behavior">The JSON request behavior </param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
958 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
959 <member name="M:System.Web.Mvc.Controller.Json(System.Object,System.String,System.Web.Mvc.JsonRequestBehavior)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
960 <summary>Creates a <see cref="T:System.Web.Mvc.JsonResult" /> object that serializes the specified object to JavaScript Object Notation (JSON) format using the specified content type and JSON request behavior.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
961 <returns>The result object that serializes the specified object to JSON format.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
962 <param name="data">The JavaScript object graph to serialize.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
963 <param name="contentType">The content type (MIME type).</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
964 <param name="behavior">The JSON request behavior</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
965 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
966 <member name="M:System.Web.Mvc.Controller.Json(System.Object,System.Web.Mvc.JsonRequestBehavior)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
967 <summary>Creates a <see cref="T:System.Web.Mvc.JsonResult" /> object that serializes the specified object to JavaScript Object Notation (JSON) format using the specified JSON request behavior.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
968 <returns>The result object that serializes the specified object to JSON format.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
969 <param name="data">The JavaScript object graph to serialize.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
970 <param name="behavior">The content type (MIME type).</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
971 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
972 <member name="P:System.Web.Mvc.Controller.ModelState"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
973 <summary>Gets the model state dictionary object that contains the state of the model and of model-binding validation.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
974 <returns>The model state dictionary.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
975 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
976 <member name="M:System.Web.Mvc.Controller.OnActionExecuted(System.Web.Mvc.ActionExecutedContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
977 <summary>Called after the action method is invoked.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
978 <param name="filterContext">Information about the current request and action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
979 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
980 <member name="M:System.Web.Mvc.Controller.OnActionExecuting(System.Web.Mvc.ActionExecutingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
981 <summary>Called before the action method is invoked.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
982 <param name="filterContext">Information about the current request and action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
983 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
984 <member name="M:System.Web.Mvc.Controller.OnAuthorization(System.Web.Mvc.AuthorizationContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
985 <summary>Called when authorization occurs.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
986 <param name="filterContext">Information about the current request and action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
987 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
988 <member name="M:System.Web.Mvc.Controller.OnException(System.Web.Mvc.ExceptionContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
989 <summary>Called when an unhandled exception occurs in the action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
990 <param name="filterContext">Information about the current request and action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
991 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
992 <member name="M:System.Web.Mvc.Controller.OnResultExecuted(System.Web.Mvc.ResultExecutedContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
993 <summary>Called after the action result that is returned by an action method is executed.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
994 <param name="filterContext">Information about the current request and action result</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
995 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
996 <member name="M:System.Web.Mvc.Controller.OnResultExecuting(System.Web.Mvc.ResultExecutingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
997 <summary>Called before the action result that is returned by an action method is executed.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
998 <param name="filterContext">Information about the current request and action result</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
999 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1000 <member name="M:System.Web.Mvc.Controller.PartialView"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1001 <summary>Creates a <see cref="T:System.Web.Mvc.PartialViewResult" /> object that renders a partial view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1002 <returns>A partial-view result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1003 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1004 <member name="M:System.Web.Mvc.Controller.PartialView(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1005 <summary>Creates a <see cref="T:System.Web.Mvc.PartialViewResult" /> object that renders a partial view, by using the specified model. </summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1006 <returns>A partial-view result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1007 <param name="model">The model that is rendered by the partial view</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1008 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1009 <member name="M:System.Web.Mvc.Controller.PartialView(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1010 <summary>Creates a <see cref="T:System.Web.Mvc.PartialViewResult" /> object that renders a partial view, by using the specified view name. </summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1011 <returns>A partial-view result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1012 <param name="viewName">The name of the view that is rendered to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1013 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1014 <member name="M:System.Web.Mvc.Controller.PartialView(System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1015 <summary>Creates a <see cref="T:System.Web.Mvc.PartialViewResult" /> object that renders a partial view, by using the specified view name and model. </summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1016 <returns>A partial-view result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1017 <param name="viewName">The name of the view that is rendered to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1018 <param name="model">The model that is rendered by the partial view</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1019 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1020 <member name="M:System.Web.Mvc.Controller.Redirect(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1021 <summary>Creates a <see cref="T:System.Web.Mvc.RedirectResult" /> object that redirects to the specified URL.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1022 <returns>The redirect result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1023 <param name="url">The URL to redirect to.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1024 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1025 <member name="M:System.Web.Mvc.Controller.RedirectPermanent(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1026 <summary>Returns an instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1027 <returns>An instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1028 <param name="url">The URL to redirect to.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1029 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1030 <member name="M:System.Web.Mvc.Controller.RedirectToAction(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1031 <summary>Redirects to the specified action using the action name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1032 <returns>The redirect result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1033 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1034 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1035 <member name="M:System.Web.Mvc.Controller.RedirectToAction(System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1036 <summary>Redirects to the specified action using the action name and route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1037 <returns>The redirect result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1038 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1039 <param name="routeValues">The parameters for a route. </param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1040 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1041 <member name="M:System.Web.Mvc.Controller.RedirectToAction(System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1042 <summary>Redirects to the specified action using the action name and controller name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1043 <returns>The redirect result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1044 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1045 <param name="controllerName">The name of the controller</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1046 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1047 <member name="M:System.Web.Mvc.Controller.RedirectToAction(System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1048 <summary>Redirects to the specified action using the action name, controller name, and route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1049 <returns>The redirect result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1050 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1051 <param name="controllerName">The name of the controller</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1052 <param name="routeValues">The parameters for a route. </param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1053 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1054 <member name="M:System.Web.Mvc.Controller.RedirectToAction(System.String,System.String,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1055 <summary>Redirects to the specified action using the action name, controller name, and route dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1056 <returns>The redirect result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1057 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1058 <param name="controllerName">The name of the controller</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1059 <param name="routeValues">The parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1060 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1061 <member name="M:System.Web.Mvc.Controller.RedirectToAction(System.String,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1062 <summary>Redirects to the specified action using the action name and route dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1063 <returns>The redirect result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1064 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1065 <param name="routeValues">The parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1066 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1067 <member name="M:System.Web.Mvc.Controller.RedirectToActionPermanent(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1068 <summary>Returns an instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true using the specified action name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1069 <returns>An instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true using the specified action name, controller name, and route values.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1070 <param name="actionName">The action name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1071 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1072 <member name="M:System.Web.Mvc.Controller.RedirectToActionPermanent(System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1073 <summary>Returns an instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true using the specified action name, and route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1074 <returns>An instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true using the specified action name, and route values.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1075 <param name="actionName">The action name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1076 <param name="routeValues">The route values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1077 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1078 <member name="M:System.Web.Mvc.Controller.RedirectToActionPermanent(System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1079 <summary>Returns an instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true using the specified action name, and controller name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1080 <returns>An instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true using the specified action name, and controller name.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1081 <param name="actionName">The action name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1082 <param name="controllerName">The controller name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1083 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1084 <member name="M:System.Web.Mvc.Controller.RedirectToActionPermanent(System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1085 <summary>Returns an instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true using the specified action name, controller name, and route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1086 <returns>An instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1087 <param name="actionName">The action name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1088 <param name="controllerName">The controller name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1089 <param name="routeValues">The route values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1090 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1091 <member name="M:System.Web.Mvc.Controller.RedirectToActionPermanent(System.String,System.String,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1092 <summary>Returns an instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true using the specified action name, controller name, and route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1093 <returns>An instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true using the specified action name, controller name, and route values.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1094 <param name="actionName">The action name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1095 <param name="controllerName">The controller name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1096 <param name="routeValues">The route values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1097 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1098 <member name="M:System.Web.Mvc.Controller.RedirectToActionPermanent(System.String,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1099 <summary>Returns an instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true using the specified action name, and route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1100 <returns>An instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true using the specified action name, and route values.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1101 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1102 <member name="M:System.Web.Mvc.Controller.RedirectToRoute(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1103 <summary>Redirects to the specified route using the specified route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1104 <returns>The redirect-to-route result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1105 <param name="routeValues">The parameters for a route. </param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1106 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1107 <member name="M:System.Web.Mvc.Controller.RedirectToRoute(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1108 <summary>Redirects to the specified route using the route name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1109 <returns>The redirect-to-route result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1110 <param name="routeName">The name of the route</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1111 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1112 <member name="M:System.Web.Mvc.Controller.RedirectToRoute(System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1113 <summary>Redirects to the specified route using the route name and route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1114 <returns>The redirect-to-route result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1115 <param name="routeName">The name of the route</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1116 <param name="routeValues">The parameters for a route. </param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1117 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1118 <member name="M:System.Web.Mvc.Controller.RedirectToRoute(System.String,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1119 <summary>Redirects to the specified route using the route name and route dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1120 <returns>The redirect-to-route result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1121 <param name="routeName">The name of the route</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1122 <param name="routeValues">The parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1123 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1124 <member name="M:System.Web.Mvc.Controller.RedirectToRoute(System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1125 <summary>Redirects to the specified route using the route dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1126 <returns>The redirect-to-route result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1127 <param name="routeValues">The parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1128 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1129 <member name="M:System.Web.Mvc.Controller.RedirectToRoutePermanent(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1130 <summary>Returns an instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true using the specified route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1131 <returns>Returns <see cref="T:System.Web.Mvc.RedirectToRouteResult" />.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1132 <param name="routeValues">The route name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1133 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1134 <member name="M:System.Web.Mvc.Controller.RedirectToRoutePermanent(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1135 <summary>Returns an instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true using the specified route name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1136 <returns>Returns an instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true using the specified route name.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1137 <param name="routeName">The route name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1138 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1139 <member name="M:System.Web.Mvc.Controller.RedirectToRoutePermanent(System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1140 <summary>Returns an instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true using the specified route name and route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1141 <returns>An instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1142 <param name="routeName">The route name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1143 <param name="routeValues">The route values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1144 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1145 <member name="M:System.Web.Mvc.Controller.RedirectToRoutePermanent(System.String,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1146 <summary>Returns an instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true using the specified route name and route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1147 <returns>An instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true using the specified route name and route values.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1148 <param name="routeName">The route name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1149 <param name="routeValues">The route values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1150 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1151 <member name="M:System.Web.Mvc.Controller.RedirectToRoutePermanent(System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1152 <summary>Returns an instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true using the specified route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1153 <returns>An instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class with the <see cref="P:System.Web.Mvc.RedirectResult.Permanent" /> property set to true using the specified route values.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1154 <param name="routeValues">The route values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1155 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1156 <member name="P:System.Web.Mvc.Controller.Request"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1157 <summary>Gets the <see cref="T:System.Web.HttpRequestBase" /> object for the current HTTP request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1158 <returns>The request object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1159 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1160 <member name="P:System.Web.Mvc.Controller.Response"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1161 <summary>Gets the <see cref="T:System.Web.HttpResponseBase" /> object for the current HTTP response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1162 <returns>The response object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1163 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1164 <member name="P:System.Web.Mvc.Controller.RouteData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1165 <summary>Gets the route data for the current request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1166 <returns>The route data.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1167 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1168 <member name="P:System.Web.Mvc.Controller.Server"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1169 <summary>Gets the <see cref="T:System.Web.HttpServerUtilityBase" /> object that provides methods that are used during Web request processing.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1170 <returns>The HTTP server object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1171 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1172 <member name="P:System.Web.Mvc.Controller.Session"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1173 <summary>Gets the <see cref="T:System.Web.HttpSessionStateBase" /> object for the current HTTP request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1174 <returns>The HTTP session-state object for the current HTTP request.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1175 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1176 <member name="M:System.Web.Mvc.Controller.System#Web#Mvc#IActionFilter#OnActionExecuted(System.Web.Mvc.ActionExecutedContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1177 <summary>This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code. This method calls the <see cref="M:System.Web.Mvc.Controller.OnActionExecuted(System.Web.Mvc.ActionExecutedContext)" /> method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1178 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1179 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1180 <member name="M:System.Web.Mvc.Controller.System#Web#Mvc#IActionFilter#OnActionExecuting(System.Web.Mvc.ActionExecutingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1181 <summary>This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code. This method calls the <see cref="M:System.Web.Mvc.Controller.OnActionExecuting(System.Web.Mvc.ActionExecutingContext)" /> method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1182 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1183 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1184 <member name="M:System.Web.Mvc.Controller.System#Web#Mvc#IAuthorizationFilter#OnAuthorization(System.Web.Mvc.AuthorizationContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1185 <summary>This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code. This method calls the <see cref="M:System.Web.Mvc.Controller.OnAuthorization(System.Web.Mvc.AuthorizationContext)" /> method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1186 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1187 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1188 <member name="M:System.Web.Mvc.Controller.System#Web#Mvc#IExceptionFilter#OnException(System.Web.Mvc.ExceptionContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1189 <summary>This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code. This method calls the <see cref="M:System.Web.Mvc.Controller.OnException(System.Web.Mvc.ExceptionContext)" /> method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1190 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1191 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1192 <member name="M:System.Web.Mvc.Controller.System#Web#Mvc#IResultFilter#OnResultExecuted(System.Web.Mvc.ResultExecutedContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1193 <summary>This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code. This method calls the <see cref="M:System.Web.Mvc.Controller.OnResultExecuted(System.Web.Mvc.ResultExecutedContext)" /> method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1194 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1195 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1196 <member name="M:System.Web.Mvc.Controller.System#Web#Mvc#IResultFilter#OnResultExecuting(System.Web.Mvc.ResultExecutingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1197 <summary>This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code. This method calls the <see cref="M:System.Web.Mvc.Controller.OnResultExecuting(System.Web.Mvc.ResultExecutingContext)" /> method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1198 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1199 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1200 <member name="P:System.Web.Mvc.Controller.TempDataProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1201 <summary>Gets the temporary-data provider object that is used to store data for the next request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1202 <returns>The temporary-data provider.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1203 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1204 <member name="M:System.Web.Mvc.Controller.TryUpdateModel``1(``0)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1205 <summary>Updates the specified model instance using values from the controller's current value provider.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1206 <returns>true if the update is successful; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1207 <param name="model">The model instance to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1208 <typeparam name="TModel">The type of the model object.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1209 <exception cref="T:System.ArgumentNullException">The <paramref name="model" /> parameter or the <see cref="P:System.Web.Mvc.ControllerBase.ValueProvider" /> property is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1210 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1211 <member name="M:System.Web.Mvc.Controller.TryUpdateModel``1(``0,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1212 <summary>Updates the specified model instance using values from the controller's current value provider and a prefix.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1213 <returns>true if the update is successful; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1214 <param name="model">The model instance to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1215 <param name="prefix">The prefix to use when looking up values in the value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1216 <typeparam name="TModel">The type of the model object.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1217 <exception cref="T:System.ArgumentNullException">The <paramref name="model" /> parameter or the <see cref="P:System.Web.Mvc.ControllerBase.ValueProvider" /> property is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1218 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1219 <member name="M:System.Web.Mvc.Controller.TryUpdateModel``1(``0,System.String,System.String[])"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1220 <summary>Updates the specified model instance using values from the controller's current value provider, a prefix, and included properties.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1221 <returns>true if the update is successful; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1222 <param name="model">The model instance to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1223 <param name="prefix">The prefix to use when looking up values in the value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1224 <param name="includeProperties">A list of properties of the model to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1225 <typeparam name="TModel">The type of the model object.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1226 <exception cref="T:System.ArgumentNullException">The <paramref name="model" /> parameter or the <see cref="P:System.Web.Mvc.ControllerBase.ValueProvider" /> property is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1227 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1228 <member name="M:System.Web.Mvc.Controller.TryUpdateModel``1(``0,System.String,System.String[],System.String[])"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1229 <summary>Updates the specified model instance using values from the controller's current value provider, a prefix, a list of properties to exclude, and a list of properties to include.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1230 <returns>true if the update is successful; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1231 <param name="model">The model instance to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1232 <param name="prefix">The prefix to use when looking up values in the value provider</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1233 <param name="includeProperties">A list of properties of the model to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1234 <param name="excludeProperties">A list of properties to explicitly exclude from the update. These are excluded even if they are listed in the <paramref name="includeProperties" /> parameter list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1235 <typeparam name="TModel">The type of the model object.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1236 <exception cref="T:System.ArgumentNullException">The <paramref name="model" /> parameter or the <see cref="P:System.Web.Mvc.ControllerBase.ValueProvider" /> property is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1237 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1238 <member name="M:System.Web.Mvc.Controller.TryUpdateModel``1(``0,System.String,System.String[],System.String[],System.Web.Mvc.IValueProvider)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1239 <summary>Updates the specified model instance using values from the value provider, a prefix, a list of properties to exclude , and a list of properties to include.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1240 <returns>true if the update is successful; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1241 <param name="model">The model instance to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1242 <param name="prefix">The prefix to use when looking up values in the value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1243 <param name="includeProperties">A list of properties of the model to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1244 <param name="excludeProperties">A list of properties to explicitly exclude from the update. These are excluded even if they are listed in the <paramref name="includeProperties" /> parameter list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1245 <param name="valueProvider">A dictionary of values that is used to update the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1246 <typeparam name="TModel">The type of the model object.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1247 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1248 <member name="M:System.Web.Mvc.Controller.TryUpdateModel``1(``0,System.String,System.String[],System.Web.Mvc.IValueProvider)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1249 <summary>Updates the specified model instance using values from the value provider, a prefix, and included properties.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1250 <returns>true if the update is successful; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1251 <param name="model">The model instance to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1252 <param name="prefix">The prefix to use when looking up values in the value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1253 <param name="includeProperties">A list of properties of the model to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1254 <param name="valueProvider">A dictionary of values that is used to update the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1255 <typeparam name="TModel">The type of the model object.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1256 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1257 <member name="M:System.Web.Mvc.Controller.TryUpdateModel``1(``0,System.String,System.Web.Mvc.IValueProvider)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1258 <summary>Updates the specified model instance using values from the value provider and a prefix.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1259 <returns>true if the update is successful; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1260 <param name="model">The model instance to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1261 <param name="prefix">The prefix to use when looking up values in the value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1262 <param name="valueProvider">A dictionary of values that is used to update the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1263 <typeparam name="TModel">The type of the model object.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1264 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1265 <member name="M:System.Web.Mvc.Controller.TryUpdateModel``1(``0,System.String[])"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1266 <summary>Updates the specified model instance using values from the controller's current value provider and included properties.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1267 <returns>true if the update is successful; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1268 <param name="model">The model instance to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1269 <param name="includeProperties">A list of properties of the model to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1270 <typeparam name="TModel">The type of the model object.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1271 <exception cref="T:System.ArgumentNullException">The <paramref name="model" /> parameter or the <see cref="P:System.Web.Mvc.ControllerBase.ValueProvider" /> property is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1272 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1273 <member name="M:System.Web.Mvc.Controller.TryUpdateModel``1(``0,System.String[],System.Web.Mvc.IValueProvider)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1274 <summary>Updates the specified model instance using values from the value provider and a list of properties to include.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1275 <returns>true if the update is successful; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1276 <param name="model">The model instance to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1277 <param name="includeProperties">A list of properties of the model to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1278 <param name="valueProvider">A dictionary of values that is used to update the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1279 <typeparam name="TModel">The type of the model object.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1280 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1281 <member name="M:System.Web.Mvc.Controller.TryUpdateModel``1(``0,System.Web.Mvc.IValueProvider)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1282 <summary>Updates the specified model instance using values from the value provider.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1283 <returns>true if the update is successful; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1284 <param name="model">The model instance to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1285 <param name="valueProvider">A dictionary of values that is used to update the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1286 <typeparam name="TModel">The type of the model object.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1287 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1288 <member name="M:System.Web.Mvc.Controller.TryValidateModel(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1289 <summary>Validates the specified model instance.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1290 <returns>true if the model validation is successful; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1291 <param name="model">The model instance to validate.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1292 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1293 <member name="M:System.Web.Mvc.Controller.TryValidateModel(System.Object,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1294 <summary>Validates the specified model instance using an HTML prefix.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1295 <returns>true if the model validation is successful; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1296 <param name="model">The model to validate.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1297 <param name="prefix">The prefix to use when looking up values in the model provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1298 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1299 <member name="M:System.Web.Mvc.Controller.UpdateModel``1(``0)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1300 <summary>Updates the specified model instance using values from the controller's current value provider.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1301 <param name="model">The model instance to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1302 <typeparam name="TModel">The type of the model object.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1303 <exception cref="T:System.InvalidOperationException">The model was not successfully updated.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1304 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1305 <member name="M:System.Web.Mvc.Controller.UpdateModel``1(``0,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1306 <summary>Updates the specified model instance using values from the controller's current value provider and a prefix.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1307 <param name="model">The model instance to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1308 <param name="prefix">A prefix to use when looking up values in the value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1309 <typeparam name="TModel">The type of the model object.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1310 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1311 <member name="M:System.Web.Mvc.Controller.UpdateModel``1(``0,System.String,System.String[])"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1312 <summary>Updates the specified model instance using values from the controller's current value provider, a prefix, and included properties.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1313 <param name="model">The model instance to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1314 <param name="prefix">A prefix to use when looking up values in the value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1315 <param name="includeProperties">A list of properties of the model to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1316 <typeparam name="TModel">The type of the model object.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1317 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1318 <member name="M:System.Web.Mvc.Controller.UpdateModel``1(``0,System.String,System.String[],System.String[])"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1319 <summary>Updates the specified model instance using values from the controller's current value provider, a prefix, a list of properties to exclude, and a list of properties to include.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1320 <param name="model">The model instance to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1321 <param name="prefix">A prefix to use when looking up values in the value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1322 <param name="includeProperties">A list of properties of the model to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1323 <param name="excludeProperties">A list of properties to explicitly exclude from the update. These are excluded even if they are listed in the <paramref name="includeProperties" /> list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1324 <typeparam name="TModel">The type of the model object.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1325 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1326 <member name="M:System.Web.Mvc.Controller.UpdateModel``1(``0,System.String,System.String[],System.String[],System.Web.Mvc.IValueProvider)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1327 <summary>Updates the specified model instance using values from the value provider, a prefix, a list of properties to exclude, and a list of properties to include.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1328 <param name="model">The model instance to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1329 <param name="prefix">The prefix to use when looking up values in the value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1330 <param name="includeProperties">A list of properties of the model to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1331 <param name="excludeProperties">A list of properties to explicitly exclude from the update. These are excluded even if they are listed in the <paramref name="includeProperties" /> parameter list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1332 <param name="valueProvider">A dictionary of values that is used to update the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1333 <typeparam name="TModel">The type of the model object.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1334 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1335 <member name="M:System.Web.Mvc.Controller.UpdateModel``1(``0,System.String,System.String[],System.Web.Mvc.IValueProvider)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1336 <summary>Updates the specified model instance using values from the value provider, a prefix, and a list of properties to include.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1337 <param name="model">The model instance to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1338 <param name="prefix">The prefix to use when looking up values in the value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1339 <param name="includeProperties">A list of properties of the model to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1340 <param name="valueProvider">A dictionary of values that is used to update the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1341 <typeparam name="TModel">The type of the model object.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1342 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1343 <member name="M:System.Web.Mvc.Controller.UpdateModel``1(``0,System.String,System.Web.Mvc.IValueProvider)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1344 <summary>Updates the specified model instance using values from the value provider and a prefix.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1345 <param name="model">The model instance to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1346 <param name="prefix">The prefix to use when looking up values in the value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1347 <param name="valueProvider">A dictionary of values that is used to update the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1348 <typeparam name="TModel">The type of the model object.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1349 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1350 <member name="M:System.Web.Mvc.Controller.UpdateModel``1(``0,System.String[])"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1351 <summary>Updates the specified model instance using values from the controller object's current value provider.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1352 <param name="model">The model instance to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1353 <param name="includeProperties">A list of properties of the model to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1354 <typeparam name="TModel">The type of the model object.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1355 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1356 <member name="M:System.Web.Mvc.Controller.UpdateModel``1(``0,System.String[],System.Web.Mvc.IValueProvider)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1357 <summary>Updates the specified model instance using values from the value provider, a prefix, and a list of properties to include.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1358 <param name="model">The model instance to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1359 <param name="includeProperties">A list of properties of the model to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1360 <param name="valueProvider">A dictionary of values that is used to update the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1361 <typeparam name="TModel">The type of the model object.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1362 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1363 <member name="M:System.Web.Mvc.Controller.UpdateModel``1(``0,System.Web.Mvc.IValueProvider)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1364 <summary>Updates the specified model instance using values from the value provider.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1365 <param name="model">The model instance to update.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1366 <param name="valueProvider">A dictionary of values that is used to update the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1367 <typeparam name="TModel">The type of the model object.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1368 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1369 <member name="P:System.Web.Mvc.Controller.Url"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1370 <summary>Gets the URL helper object that is used to generate URLs by using routing.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1371 <returns>The URL helper object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1372 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1373 <member name="P:System.Web.Mvc.Controller.User"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1374 <summary>Gets the user security information for the current HTTP request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1375 <returns>The user security information for the current HTTP request.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1376 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1377 <member name="M:System.Web.Mvc.Controller.ValidateModel(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1378 <summary>Validates the specified model instance.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1379 <param name="model">The model to validate.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1380 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1381 <member name="M:System.Web.Mvc.Controller.ValidateModel(System.Object,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1382 <summary>Validates the specified model instance using an HTML prefix.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1383 <param name="model">The model to validate.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1384 <param name="prefix">The prefix to use when looking up values in the model provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1385 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1386 <member name="M:System.Web.Mvc.Controller.View"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1387 <summary>Creates a <see cref="T:System.Web.Mvc.ViewResult" /> object that renders a view to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1388 <returns>The view result that renders a view to the response.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1389 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1390 <member name="M:System.Web.Mvc.Controller.View(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1391 <summary>Creates a <see cref="T:System.Web.Mvc.ViewResult" /> object by using the model that renders a view to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1392 <returns>The view result.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1393 <param name="model">The model that is rendered by the view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1394 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1395 <member name="M:System.Web.Mvc.Controller.View(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1396 <summary>Creates a <see cref="T:System.Web.Mvc.ViewResult" /> object by using the view name that renders a view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1397 <returns>The view result.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1398 <param name="viewName">The name of the view that is rendered to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1399 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1400 <member name="M:System.Web.Mvc.Controller.View(System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1401 <summary>Creates a <see cref="T:System.Web.Mvc.ViewResult" /> object by using the view name and model that renders a view to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1402 <returns>The view result.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1403 <param name="viewName">The name of the view that is rendered to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1404 <param name="model">The model that is rendered by the view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1405 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1406 <member name="M:System.Web.Mvc.Controller.View(System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1407 <summary>Creates a <see cref="T:System.Web.Mvc.ViewResult" /> object using the view name and master-page name that renders a view to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1408 <returns>The view result.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1409 <param name="viewName">The name of the view that is rendered to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1410 <param name="masterName">The name of the master page or template to use when the view is rendered.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1411 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1412 <member name="M:System.Web.Mvc.Controller.View(System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1413 <summary>Creates a <see cref="T:System.Web.Mvc.ViewResult" /> object using the view name, master-page name, and model that renders a view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1414 <returns>The view result.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1415 <param name="viewName">The name of the view that is rendered to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1416 <param name="masterName">The name of the master page or template to use when the view is rendered.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1417 <param name="model">The model that is rendered by the view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1418 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1419 <member name="M:System.Web.Mvc.Controller.View(System.Web.Mvc.IView)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1420 <summary>Creates a <see cref="T:System.Web.Mvc.ViewResult" /> object that renders the specified <see cref="T:System.Web.Mvc.IView" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1421 <returns>The view result.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1422 <param name="view">The view that is rendered to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1423 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1424 <member name="M:System.Web.Mvc.Controller.View(System.Web.Mvc.IView,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1425 <summary>Creates a <see cref="T:System.Web.Mvc.ViewResult" /> object that renders the specified <see cref="T:System.Web.Mvc.IView" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1426 <returns>The view result.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1427 <param name="view">The view that is rendered to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1428 <param name="model">The model that is rendered by the view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1429 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1430 <member name="T:System.Web.Mvc.ControllerActionInvoker"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1431 <summary>Represents a class that is responsible for invoking the action methods of a controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1432 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1433 <member name="M:System.Web.Mvc.ControllerActionInvoker.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1434 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ControllerActionInvoker" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1435 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1436 <member name="P:System.Web.Mvc.ControllerActionInvoker.Binders"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1437 <summary>Gets or sets the model binders that are associated with the action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1438 <returns>The model binders that are associated with the action.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1439 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1440 <member name="M:System.Web.Mvc.ControllerActionInvoker.CreateActionResult(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1441 <summary>Creates the action result.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1442 <returns>The action result object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1443 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1444 <param name="actionDescriptor">The action descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1445 <param name="actionReturnValue">The action return value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1446 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1447 <member name="M:System.Web.Mvc.ControllerActionInvoker.FindAction(System.Web.Mvc.ControllerContext,System.Web.Mvc.ControllerDescriptor,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1448 <summary>Finds the information about the action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1449 <returns>Information about the action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1450 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1451 <param name="controllerDescriptor">The controller descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1452 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1453 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1454 <member name="M:System.Web.Mvc.ControllerActionInvoker.GetControllerDescriptor(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1455 <summary>Retrieves information about the controller by using the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1456 <returns>Information about the controller.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1457 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1458 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1459 <member name="M:System.Web.Mvc.ControllerActionInvoker.GetFilters(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1460 <summary>Retrieves information about the action filters.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1461 <returns>Information about the action filters.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1462 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1463 <param name="actionDescriptor">The action descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1464 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1465 <member name="M:System.Web.Mvc.ControllerActionInvoker.GetParameterValue(System.Web.Mvc.ControllerContext,System.Web.Mvc.ParameterDescriptor)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1466 <summary>Gets the value of the specified action-method parameter.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1467 <returns>The value of the action-method parameter.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1468 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1469 <param name="parameterDescriptor">The parameter descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1470 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1471 <member name="M:System.Web.Mvc.ControllerActionInvoker.GetParameterValues(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1472 <summary>Gets the values of the action-method parameters.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1473 <returns>The values of the action-method parameters.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1474 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1475 <param name="actionDescriptor">The action descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1476 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1477 <member name="M:System.Web.Mvc.ControllerActionInvoker.InvokeAction(System.Web.Mvc.ControllerContext,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1478 <summary>Invokes the specified action by using the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1479 <returns>The result of executing the action.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1480 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1481 <param name="actionName">The name of the action to invoke.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1482 <exception cref="T:System.ArgumentNullException">The <paramref name="controllerContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1483 <exception cref="T:System.ArgumentException">The <paramref name="actionName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1484 <exception cref="T:System.Threading.ThreadAbortException">The thread was aborted during invocation of the action.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1485 <exception cref="T:System.Exception">An unspecified error occurred during invocation of the action.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1486 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1487 <member name="M:System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1488 <summary>Invokes the specified action method by using the specified parameters and the controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1489 <returns>The result of executing the action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1490 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1491 <param name="actionDescriptor">The action descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1492 <param name="parameters">The parameters.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1493 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1494 <member name="M:System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(System.Web.Mvc.ControllerContext,System.Collections.Generic.IList{System.Web.Mvc.IActionFilter},System.Web.Mvc.ActionDescriptor,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1495 <summary>Invokes the specified action method by using the specified parameters, controller context, and action filters.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1496 <returns>The context for the ActionExecuted method of the <see cref="T:System.Web.Mvc.ActionFilterAttribute" /> class.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1497 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1498 <param name="filters">The action filters.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1499 <param name="actionDescriptor">The action descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1500 <param name="parameters">The parameters.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1501 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1502 <member name="M:System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionResult)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1503 <summary>Invokes the specified action result by using the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1504 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1505 <param name="actionResult">The action result.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1506 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1507 <member name="M:System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(System.Web.Mvc.ControllerContext,System.Collections.Generic.IList{System.Web.Mvc.IResultFilter},System.Web.Mvc.ActionResult)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1508 <summary>Invokes the specified action result by using the specified action filters and the controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1509 <returns>The context for the ResultExecuted method of the <see cref="T:System.Web.Mvc.ActionFilterAttribute" /> class.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1510 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1511 <param name="filters">The action filters.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1512 <param name="actionResult">The action result.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1513 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1514 <member name="M:System.Web.Mvc.ControllerActionInvoker.InvokeAuthorizationFilters(System.Web.Mvc.ControllerContext,System.Collections.Generic.IList{System.Web.Mvc.IAuthorizationFilter},System.Web.Mvc.ActionDescriptor)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1515 <summary>Invokes the specified authorization filters by using the specified action descriptor and controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1516 <returns>The context for the <see cref="T:System.Web.Mvc.AuthorizeAttribute" /> object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1517 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1518 <param name="filters">The authorization filters.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1519 <param name="actionDescriptor">The action descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1520 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1521 <member name="M:System.Web.Mvc.ControllerActionInvoker.InvokeExceptionFilters(System.Web.Mvc.ControllerContext,System.Collections.Generic.IList{System.Web.Mvc.IExceptionFilter},System.Exception)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1522 <summary>Invokes the specified exception filters by using the specified exception and controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1523 <returns>The context for the <see cref="T:System.Web.Mvc.HandleErrorAttribute" /> object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1524 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1525 <param name="filters">The exception filters.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1526 <param name="exception">The exception.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1527 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1528 <member name="T:System.Web.Mvc.ControllerBase"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1529 <summary>Represents the base class for all MVC controllers.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1530 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1531 <member name="M:System.Web.Mvc.ControllerBase.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1532 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ControllerBase" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1533 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1534 <member name="P:System.Web.Mvc.ControllerBase.ControllerContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1535 <summary>Gets or sets the controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1536 <returns>The controller context.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1537 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1538 <member name="M:System.Web.Mvc.ControllerBase.Execute(System.Web.Routing.RequestContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1539 <summary>Executes the specified request context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1540 <param name="requestContext">The request context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1541 <exception cref="T:System.ArgumentNullException">The <paramref name="requestContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1542 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1543 <member name="M:System.Web.Mvc.ControllerBase.ExecuteCore"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1544 <summary>Executes the request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1545 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1546 <member name="M:System.Web.Mvc.ControllerBase.Initialize(System.Web.Routing.RequestContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1547 <summary>Initializes the specified request context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1548 <param name="requestContext">The request context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1549 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1550 <member name="M:System.Web.Mvc.ControllerBase.System#Web#Mvc#IController#Execute(System.Web.Routing.RequestContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1551 <summary>Executes the specified request context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1552 <param name="requestContext">The request context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1553 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1554 <member name="P:System.Web.Mvc.ControllerBase.TempData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1555 <summary>Gets or sets the dictionary for temporary data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1556 <returns>The dictionary for temporary data.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1557 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1558 <member name="P:System.Web.Mvc.ControllerBase.ValidateRequest"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1559 <summary>Gets or sets a value that indicates whether request validation is enabled for this request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1560 <returns>true if request validation is enabled for this request; otherwise, false. The default is true.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1561 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1562 <member name="P:System.Web.Mvc.ControllerBase.ValueProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1563 <summary>Gets or sets the value provider for the controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1564 <returns>The value provider for the controller.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1565 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1566 <member name="P:System.Web.Mvc.ControllerBase.ViewBag"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1567 <summary>Gets the dynamic view data dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1568 <returns>The dynamic view data dictionary.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1569 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1570 <member name="P:System.Web.Mvc.ControllerBase.ViewData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1571 <summary>Gets or sets the dictionary for view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1572 <returns>The dictionary for the view data.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1573 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1574 <member name="T:System.Web.Mvc.ControllerBuilder"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1575 <summary>Represents a class that is responsible for dynamically building a controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1576 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1577 <member name="M:System.Web.Mvc.ControllerBuilder.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1578 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ControllerBuilder" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1579 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1580 <member name="P:System.Web.Mvc.ControllerBuilder.Current"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1581 <summary>Gets the current controller builder object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1582 <returns>The current controller builder.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1583 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1584 <member name="P:System.Web.Mvc.ControllerBuilder.DefaultNamespaces"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1585 <summary>Gets the default namespaces.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1586 <returns>The default namespaces.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1587 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1588 <member name="M:System.Web.Mvc.ControllerBuilder.GetControllerFactory"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1589 <summary>Gets the associated controller factory.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1590 <returns>The controller factory.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1591 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1592 <member name="M:System.Web.Mvc.ControllerBuilder.SetControllerFactory(System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1593 <summary>Sets the controller factory by using the specified type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1594 <param name="controllerFactoryType">The type of the controller factory.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1595 <exception cref="T:System.ArgumentNullException">The <paramref name="controllerFactoryType" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1596 <exception cref="T:System.ArgumentException">The controller factory cannot be assigned from the type in the <paramref name="controllerFactoryType" /> parameter.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1597 <exception cref="T:System.InvalidOperationException">An error occurred while the controller factory was being set.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1598 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1599 <member name="M:System.Web.Mvc.ControllerBuilder.SetControllerFactory(System.Web.Mvc.IControllerFactory)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1600 <summary>Sets the specified controller factory.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1601 <param name="controllerFactory">The controller factory.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1602 <exception cref="T:System.ArgumentNullException">The <paramref name="controllerFactory" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1603 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1604 <member name="T:System.Web.Mvc.ControllerContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1605 <summary>Encapsulates information about an HTTP request that matches specified <see cref="T:System.Web.Routing.RouteBase" /> and <see cref="T:System.Web.Mvc.ControllerBase" /> instances.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1606 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1607 <member name="M:System.Web.Mvc.ControllerContext.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1608 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ControllerContext" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1609 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1610 <member name="M:System.Web.Mvc.ControllerContext.#ctor(System.Web.HttpContextBase,System.Web.Routing.RouteData,System.Web.Mvc.ControllerBase)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1611 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ControllerContext" /> class by using the specified HTTP context, URL route data, and controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1612 <param name="httpContext">The HTTP context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1613 <param name="routeData">The route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1614 <param name="controller">The controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1615 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1616 <member name="M:System.Web.Mvc.ControllerContext.#ctor(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1617 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ControllerContext" /> class by using the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1618 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1619 <exception cref="T:System.ArgumentNullException">The <paramref name="controllerContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1620 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1621 <member name="M:System.Web.Mvc.ControllerContext.#ctor(System.Web.Routing.RequestContext,System.Web.Mvc.ControllerBase)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1622 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ControllerContext" /> class by using the specified request context and controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1623 <param name="requestContext">The request context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1624 <param name="controller">The controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1625 <exception cref="T:System.ArgumentNullException">One or both parameters are null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1626 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1627 <member name="P:System.Web.Mvc.ControllerContext.Controller"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1628 <summary>Gets or sets the controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1629 <returns>The controller.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1630 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1631 <member name="P:System.Web.Mvc.ControllerContext.HttpContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1632 <summary>Gets or sets the HTTP context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1633 <returns>The HTTP context.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1634 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1635 <member name="P:System.Web.Mvc.ControllerContext.IsChildAction"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1636 <summary>Gets a value that indicates whether the associated action method is a child action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1637 <returns>true if the associated action method is a child action; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1638 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1639 <member name="P:System.Web.Mvc.ControllerContext.ParentActionViewContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1640 <summary>Gets an object that contains the view context information for the parent action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1641 <returns>An object that contains the view context information for the parent action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1642 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1643 <member name="P:System.Web.Mvc.ControllerContext.RequestContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1644 <summary>Gets or sets the request context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1645 <returns>The request context.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1646 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1647 <member name="P:System.Web.Mvc.ControllerContext.RouteData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1648 <summary>Gets or sets the URL route data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1649 <returns>The URL route data.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1650 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1651 <member name="T:System.Web.Mvc.ControllerDescriptor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1652 <summary>Encapsulates information that describes a controller, such as its name, type, and actions.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1653 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1654 <member name="M:System.Web.Mvc.ControllerDescriptor.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1655 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ControllerDescriptor" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1656 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1657 <member name="P:System.Web.Mvc.ControllerDescriptor.ControllerName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1658 <summary>Gets the name of the controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1659 <returns>The name of the controller.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1660 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1661 <member name="P:System.Web.Mvc.ControllerDescriptor.ControllerType"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1662 <summary>Gets the type of the controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1663 <returns>The type of the controller.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1664 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1665 <member name="M:System.Web.Mvc.ControllerDescriptor.FindAction(System.Web.Mvc.ControllerContext,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1666 <summary>Finds an action method by using the specified name and controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1667 <returns>The information about the action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1668 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1669 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1670 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1671 <member name="M:System.Web.Mvc.ControllerDescriptor.GetCanonicalActions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1672 <summary>Retrieves a list of action-method descriptors in the controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1673 <returns>A list of action-method descriptors in the controller.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1674 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1675 <member name="M:System.Web.Mvc.ControllerDescriptor.GetCustomAttributes(System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1676 <summary>Retrieves custom attributes that are defined for this member, excluding named attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1677 <returns>An array of custom attributes, or an empty array if no custom attributes exist.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1678 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1679 <exception cref="T:System.TypeLoadException">The custom attribute type cannot be loaded.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1680 <exception cref="T:System.Reflection.AmbiguousMatchException">There is more than one attribute of type <paramref name="attributeType" /> defined for this member.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1681 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1682 <member name="M:System.Web.Mvc.ControllerDescriptor.GetCustomAttributes(System.Type,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1683 <summary>Retrieves custom attributes of a specified type that are defined for this member, excluding named attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1684 <returns>An array of custom attributes, or an empty array if no custom attributes exist.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1685 <param name="attributeType">The type of the custom attributes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1686 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1687 <exception cref="T:System.TypeLoadException">The custom attribute type cannot be loaded.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1688 <exception cref="T:System.Reflection.AmbiguousMatchException">There is more than one attribute of type <paramref name="attributeType" /> defined for this member.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1689 <exception cref="T:System.ArgumentNullException">The <paramref name="attributeType" /> parameter is null (Nothing in Visual Basic).</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1690 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1691 <member name="M:System.Web.Mvc.ControllerDescriptor.IsDefined(System.Type,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1692 <summary>Retrieves a value that indicates whether one or more instance of the specified custom attribute are defined for this member.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1693 <returns>true if the <paramref name="attributeType" /> is defined for this member; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1694 <param name="attributeType">The type of the custom attribute.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1695 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1696 <exception cref="T:System.ArgumentNullException">The <paramref name="attributeType" /> parameter is null (Nothing in Visual Basic).</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1697 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1698 <member name="P:System.Web.Mvc.ControllerDescriptor.UniqueId"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1699 <summary>When implemented in a derived class, gets the unique ID for the controller descriptor using lazy initialization.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1700 <returns>The unique ID.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1701 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1702 <member name="T:System.Web.Mvc.ControllerInstanceFilterProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1703 <summary>Adds the controller to the <see cref="T:System.Web.Mvc.FilterProviderCollection" /> instance.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1704 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1705 <member name="M:System.Web.Mvc.ControllerInstanceFilterProvider.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1706 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ControllerInstanceFilterProvider" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1707 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1708 <member name="M:System.Web.Mvc.ControllerInstanceFilterProvider.GetFilters(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1709 <summary>Returns the collection of controller instance filters.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1710 <returns>The collection of controller instance filters.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1711 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1712 <param name="actionDescriptor">The action descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1713 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1714 <member name="T:System.Web.Mvc.CustomModelBinderAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1715 <summary>Represents an attribute that invokes a custom model binder.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1716 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1717 <member name="M:System.Web.Mvc.CustomModelBinderAttribute.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1718 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.CustomModelBinderAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1719 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1720 <member name="M:System.Web.Mvc.CustomModelBinderAttribute.GetBinder"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1721 <summary>Retrieves the associated model binder.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1722 <returns>A reference to an object that implements the <see cref="T:System.Web.Mvc.IModelBinder" /> interface.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1723 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1724 <member name="T:System.Web.Mvc.DataAnnotationsModelMetadata"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1725 <summary>Provides a container for common metadata, for the <see cref="T:System.Web.Mvc.DataAnnotationsModelMetadataProvider" /> class, and for the <see cref="T:System.Web.Mvc.DataAnnotationsModelValidator" /> class for a data model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1726 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1727 <member name="M:System.Web.Mvc.DataAnnotationsModelMetadata.#ctor(System.Web.Mvc.DataAnnotationsModelMetadataProvider,System.Type,System.Func{System.Object},System.Type,System.String,System.ComponentModel.DataAnnotations.DisplayColumnAttribute)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1728 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.DataAnnotationsModelMetadataProvider" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1729 <param name="provider">The data-annotations model metadata provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1730 <param name="containerType">The type of the container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1731 <param name="modelAccessor">The model accessor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1732 <param name="modelType">The type of the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1733 <param name="propertyName">The name of the property.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1734 <param name="displayColumnAttribute">The display column attribute.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1735 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1736 <member name="M:System.Web.Mvc.DataAnnotationsModelMetadata.GetSimpleDisplayText"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1737 <summary>Returns simple text for the model data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1738 <returns>Simple text for the model data.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1739 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1740 <member name="T:System.Web.Mvc.DataAnnotationsModelMetadataProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1741 <summary>Implements the default model metadata provider for ASP.NET MVC.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1742 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1743 <member name="M:System.Web.Mvc.DataAnnotationsModelMetadataProvider.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1744 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.DataAnnotationsModelMetadataProvider" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1745 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1746 <member name="M:System.Web.Mvc.DataAnnotationsModelMetadataProvider.CreateMetadata(System.Collections.Generic.IEnumerable{System.Attribute},System.Type,System.Func{System.Object},System.Type,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1747 <summary>Gets the metadata for the specified property.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1748 <returns>The metadata for the property.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1749 <param name="attributes">The attributes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1750 <param name="containerType">The type of the container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1751 <param name="modelAccessor">The model accessor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1752 <param name="modelType">The type of the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1753 <param name="propertyName">The name of the property.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1754 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1755 <member name="T:System.Web.Mvc.DataAnnotationsModelValidationFactory"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1756 <summary>Represents the method that creates a <see cref="T:System.Web.Mvc.DataAnnotationsModelValidatorProvider" /> instance.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1757 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1758 <member name="T:System.Web.Mvc.DataAnnotationsModelValidator"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1759 <summary>Provides a model validator.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1760 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1761 <member name="M:System.Web.Mvc.DataAnnotationsModelValidator.#ctor(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext,System.ComponentModel.DataAnnotations.ValidationAttribute)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1762 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.DataAnnotationsModelValidator" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1763 <param name="metadata">The metadata for the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1764 <param name="context">The controller context for the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1765 <param name="attribute">The validation attribute for the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1766 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1767 <member name="P:System.Web.Mvc.DataAnnotationsModelValidator.Attribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1768 <summary>Gets the validation attribute for the model validator.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1769 <returns>The validation attribute for the model validator.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1770 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1771 <member name="P:System.Web.Mvc.DataAnnotationsModelValidator.ErrorMessage"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1772 <summary>Gets the error message for the validation failure.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1773 <returns>The error message for the validation failure.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1774 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1775 <member name="M:System.Web.Mvc.DataAnnotationsModelValidator.GetClientValidationRules"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1776 <summary>Retrieves a collection of client validation rules.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1777 <returns>A collection of client validation rules.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1778 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1779 <member name="P:System.Web.Mvc.DataAnnotationsModelValidator.IsRequired"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1780 <summary>Gets a value that indicates whether model validation is required.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1781 <returns>true if model validation is required; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1782 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1783 <member name="M:System.Web.Mvc.DataAnnotationsModelValidator.Validate(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1784 <summary>Returns a list of validation error messages for the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1785 <returns>A list of validation error messages for the model, or an empty list if no errors have occurred.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1786 <param name="container">The container for the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1787 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1788 <member name="T:System.Web.Mvc.DataAnnotationsModelValidator`1"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1789 <summary>Provides a model validator for a specified validation type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1790 <typeparam name="TAttribute"></typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1791 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1792 <member name="M:System.Web.Mvc.DataAnnotationsModelValidator`1.#ctor(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext,`0)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1793 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.DataAnnotationsModelValidator" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1794 <param name="metadata">The metadata for the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1795 <param name="context">The controller context for the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1796 <param name="attribute">The validation attribute for the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1797 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1798 <member name="P:System.Web.Mvc.DataAnnotationsModelValidator`1.Attribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1799 <summary>Gets the validation attribute from the model validator.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1800 <returns>The validation attribute from the model validator.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1801 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1802 <member name="T:System.Web.Mvc.DataAnnotationsModelValidatorProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1803 <summary>Implements the default validation provider for ASP.NET MVC.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1804 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1805 <member name="M:System.Web.Mvc.DataAnnotationsModelValidatorProvider.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1806 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.DataAnnotationsModelValidatorProvider" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1807 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1808 <member name="P:System.Web.Mvc.DataAnnotationsModelValidatorProvider.AddImplicitRequiredAttributeForValueTypes"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1809 <summary>Gets or sets a value that indicates whether non-nullable value types are required.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1810 <returns>true if non-nullable value types are required; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1811 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1812 <member name="M:System.Web.Mvc.DataAnnotationsModelValidatorProvider.GetValidators(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext,System.Collections.Generic.IEnumerable{System.Attribute})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1813 <summary>Gets a list of validators.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1814 <returns>A list of validators.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1815 <param name="metadata">The metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1816 <param name="context">The context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1817 <param name="attributes">The list of validation attributes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1818 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1819 <member name="M:System.Web.Mvc.DataAnnotationsModelValidatorProvider.RegisterAdapter(System.Type,System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1820 <summary>Registers an adapter to provide client-side validation.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1821 <param name="attributeType">The type of the validation attribute.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1822 <param name="adapterType">The type of the adapter.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1823 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1824 <member name="M:System.Web.Mvc.DataAnnotationsModelValidatorProvider.RegisterAdapterFactory(System.Type,System.Web.Mvc.DataAnnotationsModelValidationFactory)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1825 <summary>Registers an adapter factory for the validation provider.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1826 <param name="attributeType">The type of the attribute.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1827 <param name="factory">The factory that will be used to create the <see cref="T:System.Web.Mvc.ModelValidator" /> object for the specified attribute.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1828 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1829 <member name="M:System.Web.Mvc.DataAnnotationsModelValidatorProvider.RegisterDefaultAdapter(System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1830 <summary>Registers the default adapter.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1831 <param name="adapterType">The type of the adapter.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1832 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1833 <member name="M:System.Web.Mvc.DataAnnotationsModelValidatorProvider.RegisterDefaultAdapterFactory(System.Web.Mvc.DataAnnotationsModelValidationFactory)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1834 <summary>Registers the default adapter factory.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1835 <param name="factory">The factory that will be used to create the <see cref="T:System.Web.Mvc.ModelValidator" /> object for the default adapter.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1836 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1837 <member name="M:System.Web.Mvc.DataAnnotationsModelValidatorProvider.RegisterDefaultValidatableObjectAdapter(System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1838 <summary>Registers an adapter to provide default object validation.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1839 <param name="adapterType">The type of the adapter.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1840 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1841 <member name="M:System.Web.Mvc.DataAnnotationsModelValidatorProvider.RegisterDefaultValidatableObjectAdapterFactory(System.Web.Mvc.DataAnnotationsValidatableObjectAdapterFactory)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1842 <summary>Registers an adapter factory for the default object validation provider.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1843 <param name="factory">The factory.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1844 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1845 <member name="M:System.Web.Mvc.DataAnnotationsModelValidatorProvider.RegisterValidatableObjectAdapter(System.Type,System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1846 <summary>Registers an adapter to provide object validation.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1847 <param name="modelType">The type of the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1848 <param name="adapterType">The type of the adapter.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1849 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1850 <member name="M:System.Web.Mvc.DataAnnotationsModelValidatorProvider.RegisterValidatableObjectAdapterFactory(System.Type,System.Web.Mvc.DataAnnotationsValidatableObjectAdapterFactory)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1851 <summary>Registers an adapter factory for the object validation provider.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1852 <param name="modelType">The type of the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1853 <param name="factory">The factory.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1854 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1855 <member name="T:System.Web.Mvc.DataAnnotationsValidatableObjectAdapterFactory"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1856 <summary>Provides a factory for validators that are based on <see cref="T:System.ComponentModel.DataAnnotations.IValidatableObject" />.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1857 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1858 <member name="T:System.Web.Mvc.DataErrorInfoModelValidatorProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1859 <summary>Provides a container for the error-information model validator.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1860 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1861 <member name="M:System.Web.Mvc.DataErrorInfoModelValidatorProvider.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1862 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.DataErrorInfoModelValidatorProvider" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1863 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1864 <member name="M:System.Web.Mvc.DataErrorInfoModelValidatorProvider.GetValidators(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1865 <summary>Gets a list of error-information model validators.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1866 <returns>A list of error-information model validators.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1867 <param name="metadata">The model metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1868 <param name="context">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1869 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1870 <member name="T:System.Web.Mvc.DefaultControllerFactory"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1871 <summary>Represents the controller factory that is registered by default.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1872 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1873 <member name="M:System.Web.Mvc.DefaultControllerFactory.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1874 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.DefaultControllerFactory" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1875 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1876 <member name="M:System.Web.Mvc.DefaultControllerFactory.#ctor(System.Web.Mvc.IControllerActivator)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1877 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.DefaultControllerFactory" /> class using a controller activator.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1878 <param name="controllerActivator">An object that implements the controller activator interface.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1879 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1880 <member name="M:System.Web.Mvc.DefaultControllerFactory.CreateController(System.Web.Routing.RequestContext,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1881 <summary>Creates the specified controller by using the specified request context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1882 <returns>The controller.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1883 <param name="requestContext">The context of the HTTP request, which includes the HTTP context and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1884 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1885 <exception cref="T:System.ArgumentNullException">The <paramref name="requestContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1886 <exception cref="T:System.ArgumentException">The <paramref name="controllerName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1887 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1888 <member name="M:System.Web.Mvc.DefaultControllerFactory.GetControllerInstance(System.Web.Routing.RequestContext,System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1889 <summary>Retrieves the controller instance for the specified request context and controller type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1890 <returns>The controller instance.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1891 <param name="requestContext">The context of the HTTP request, which includes the HTTP context and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1892 <param name="controllerType">The type of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1893 <exception cref="T:System.Web.HttpException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1894 <paramref name="controllerType" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1895 <exception cref="T:System.ArgumentException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1896 <paramref name="controllerType" /> cannot be assigned.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1897 <exception cref="T:System.InvalidOperationException">An instance of <paramref name="controllerType" /> cannot be created.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1898 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1899 <member name="M:System.Web.Mvc.DefaultControllerFactory.GetControllerSessionBehavior(System.Web.Routing.RequestContext,System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1900 <summary>Returns the controller's session behavior.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1901 <returns>The controller's session behavior.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1902 <param name="requestContext">The request context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1903 <param name="controllerType">The type of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1904 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1905 <member name="M:System.Web.Mvc.DefaultControllerFactory.GetControllerType(System.Web.Routing.RequestContext,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1906 <summary>Retrieves the controller type for the specified name and request context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1907 <returns>The controller type.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1908 <param name="requestContext">The context of the HTTP request, which includes the HTTP context and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1909 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1910 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1911 <member name="M:System.Web.Mvc.DefaultControllerFactory.ReleaseController(System.Web.Mvc.IController)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1912 <summary>Releases the specified controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1913 <param name="controller">The controller to release.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1914 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1915 <member name="M:System.Web.Mvc.DefaultControllerFactory.System#Web#Mvc#IControllerFactory#GetControllerSessionBehavior(System.Web.Routing.RequestContext,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1916 <summary>This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code. This method calls the <see cref="M:System.Web.Mvc.DefaultControllerFactory.GetControllerSessionBehavior(System.Web.Routing.RequestContext,System.Type)" /> method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1917 <returns>The controller's session behavior.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1918 <param name="requestContext">The request context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1919 <param name="controllerName">The controller name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1920 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1921 <member name="T:System.Web.Mvc.DefaultModelBinder"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1922 <summary>Maps a browser request to a data object. This class provides a concrete implementation of a model binder.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1923 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1924 <member name="M:System.Web.Mvc.DefaultModelBinder.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1925 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.DefaultModelBinder" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1926 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1927 <member name="P:System.Web.Mvc.DefaultModelBinder.Binders"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1928 <summary>Gets or sets the model binders for the application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1929 <returns>The model binders for the application.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1930 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1931 <member name="M:System.Web.Mvc.DefaultModelBinder.BindModel(System.Web.Mvc.ControllerContext,System.Web.Mvc.ModelBindingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1932 <summary>Binds the model by using the specified controller context and binding context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1933 <returns>The bound object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1934 <param name="controllerContext">The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1935 <param name="bindingContext">The context within which the model is bound. The context includes information such as the model object, model name, model type, property filter, and value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1936 <exception cref="T:System.ArgumentNullException">The <paramref name="bindingContext " />parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1937 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1938 <member name="M:System.Web.Mvc.DefaultModelBinder.BindProperty(System.Web.Mvc.ControllerContext,System.Web.Mvc.ModelBindingContext,System.ComponentModel.PropertyDescriptor)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1939 <summary>Binds the specified property by using the specified controller context and binding context and the specified property descriptor.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1940 <param name="controllerContext">The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1941 <param name="bindingContext">The context within which the model is bound. The context includes information such as the model object, model name, model type, property filter, and value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1942 <param name="propertyDescriptor">Describes a property to be bound. The descriptor provides information such as the component type, property type, and property value. It also provides methods to get or set the property value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1943 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1944 <member name="M:System.Web.Mvc.DefaultModelBinder.CreateModel(System.Web.Mvc.ControllerContext,System.Web.Mvc.ModelBindingContext,System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1945 <summary>Creates the specified model type by using the specified controller context and binding context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1946 <returns>A data object of the specified type.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1947 <param name="controllerContext">The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1948 <param name="bindingContext">The context within which the model is bound. The context includes information such as the model object, model name, model type, property filter, and value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1949 <param name="modelType">The type of the model object to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1950 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1951 <member name="M:System.Web.Mvc.DefaultModelBinder.CreateSubIndexName(System.String,System.Int32)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1952 <summary>Creates an index (a subindex) based on a category of components that make up a larger index, where the specified index value is an integer.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1953 <returns>The name of the subindex.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1954 <param name="prefix">The prefix for the subindex.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1955 <param name="index">The index value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1956 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1957 <member name="M:System.Web.Mvc.DefaultModelBinder.CreateSubIndexName(System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1958 <summary>Creates an index (a subindex) based on a category of components that make up a larger index, where the specified index value is a string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1959 <returns>The name of the subindex.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1960 <param name="prefix">The prefix for the subindex.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1961 <param name="index">The index value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1962 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1963 <member name="M:System.Web.Mvc.DefaultModelBinder.CreateSubPropertyName(System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1964 <summary>Creates the name of the subproperty by using the specified prefix and property name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1965 <returns>The name of the subproperty.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1966 <param name="prefix">The prefix for the subproperty.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1967 <param name="propertyName">The name of the property.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1968 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1969 <member name="M:System.Web.Mvc.DefaultModelBinder.GetFilteredModelProperties(System.Web.Mvc.ControllerContext,System.Web.Mvc.ModelBindingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1970 <summary>Returns a set of properties that match the property filter restrictions that are established by the specified <paramref name="binding context" />.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1971 <returns>An enumerable set of property descriptors.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1972 <param name="controllerContext">The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1973 <param name="bindingContext">The context within which the model is bound. The context includes information such as the model object, model name, model type, property filter, and value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1974 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1975 <member name="M:System.Web.Mvc.DefaultModelBinder.GetModelProperties(System.Web.Mvc.ControllerContext,System.Web.Mvc.ModelBindingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1976 <summary>Returns the properties of the model by using the specified controller context and binding context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1977 <returns>A collection of property descriptors.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1978 <param name="controllerContext">The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1979 <param name="bindingContext">The context within which the model is bound. The context includes information such as the model object, model name, model type, property filter, and value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1980 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1981 <member name="M:System.Web.Mvc.DefaultModelBinder.GetPropertyValue(System.Web.Mvc.ControllerContext,System.Web.Mvc.ModelBindingContext,System.ComponentModel.PropertyDescriptor,System.Web.Mvc.IModelBinder)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1982 <summary>Returns the value of a property using the specified controller context, binding context, property descriptor, and property binder.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1983 <returns>An object that represents the property value.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1984 <param name="controllerContext">The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1985 <param name="bindingContext">The context within which the model is bound. The context includes information such as the model object, model name, model type, property filter, and value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1986 <param name="propertyDescriptor">The descriptor for the property to access. The descriptor provides information such as the component type, property type, and property value. It also provides methods to get or set the property value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1987 <param name="propertyBinder">An object that provides a way to bind the property.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1988 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1989 <member name="M:System.Web.Mvc.DefaultModelBinder.GetTypeDescriptor(System.Web.Mvc.ControllerContext,System.Web.Mvc.ModelBindingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1990 <summary>Returns the descriptor object for a type that is specified by its controller context and binding context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1991 <returns>A custom type descriptor object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1992 <param name="controllerContext">The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1993 <param name="bindingContext">The context within which the model is bound. The context includes information such as the model object, model name, model type, property filter, and value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1994 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1995 <member name="M:System.Web.Mvc.DefaultModelBinder.IsModelValid(System.Web.Mvc.ModelBindingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1996 <summary>Determines whether a data model is valid for the specified binding context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1997 <returns>true if the model is valid; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1998 <param name="bindingContext">The context within which the model is bound. The context includes information such as the model object, model name, model type, property filter, and value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
1999 <exception cref="T:System.ArgumentNullException">The <paramref name="bindingContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2000 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2001 <member name="M:System.Web.Mvc.DefaultModelBinder.OnModelUpdated(System.Web.Mvc.ControllerContext,System.Web.Mvc.ModelBindingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2002 <summary>Called when the model is updated.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2003 <param name="controllerContext">The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2004 <param name="bindingContext">The context within which the model is bound. The context includes information such as the model object, model name, model type, property filter, and value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2005 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2006 <member name="M:System.Web.Mvc.DefaultModelBinder.OnModelUpdating(System.Web.Mvc.ControllerContext,System.Web.Mvc.ModelBindingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2007 <summary>Called when the model is updating.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2008 <returns>true if the model is updating; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2009 <param name="controllerContext">The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2010 <param name="bindingContext">The context within which the model is bound. The context includes information such as the model object, model name, model type, property filter, and value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2011 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2012 <member name="M:System.Web.Mvc.DefaultModelBinder.OnPropertyValidated(System.Web.Mvc.ControllerContext,System.Web.Mvc.ModelBindingContext,System.ComponentModel.PropertyDescriptor,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2013 <summary>Called when the specified property is validated.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2014 <param name="controllerContext">The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2015 <param name="bindingContext">The context within which the model is bound. The context includes information such as the model object, model name, model type, property filter, and value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2016 <param name="propertyDescriptor">Describes a property to be validated. The descriptor provides information such as the component type, property type, and property value. It also provides methods to get or set the property value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2017 <param name="value">The value to set for the property.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2018 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2019 <member name="M:System.Web.Mvc.DefaultModelBinder.OnPropertyValidating(System.Web.Mvc.ControllerContext,System.Web.Mvc.ModelBindingContext,System.ComponentModel.PropertyDescriptor,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2020 <summary>Called when the specified property is validating.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2021 <returns>true if the property is validating; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2022 <param name="controllerContext">The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2023 <param name="bindingContext">The context within which the model is bound. The context includes information such as the model object, model name, model type, property filter, and value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2024 <param name="propertyDescriptor">Describes a property being validated. The descriptor provides information such as component type, property type, and property value. It also provides methods to get or set the property value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2025 <param name="value">The value to set for the property.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2026 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2027 <member name="P:System.Web.Mvc.DefaultModelBinder.ResourceClassKey"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2028 <summary>Gets or sets the name of the resource file (class key) that contains localized string values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2029 <returns>The name of the resource file (class key).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2030 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2031 <member name="M:System.Web.Mvc.DefaultModelBinder.SetProperty(System.Web.Mvc.ControllerContext,System.Web.Mvc.ModelBindingContext,System.ComponentModel.PropertyDescriptor,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2032 <summary>Sets the specified property by using the specified controller context, binding context, and property value.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2033 <param name="controllerContext">The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2034 <param name="bindingContext">The context within which the model is bound. The context includes information such as the model object, model name, model type, property filter, and value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2035 <param name="propertyDescriptor">Describes a property to be set. The descriptor provides information such as the component type, property type, and property value. It also provides methods to get or set the property value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2036 <param name="value">The value to set for the property.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2037 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2038 <member name="T:System.Web.Mvc.DefaultViewLocationCache"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2039 <summary>Represents a memory cache for view locations.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2040 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2041 <member name="M:System.Web.Mvc.DefaultViewLocationCache.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2042 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.DefaultViewLocationCache" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2043 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2044 <member name="M:System.Web.Mvc.DefaultViewLocationCache.#ctor(System.TimeSpan)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2045 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.DefaultViewLocationCache" /> class by using the specified cache time span.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2046 <param name="timeSpan">The cache time span.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2047 <exception cref="T:System.InvalidOperationException">The Ticks attribute of the <paramref name="timeSpan" /> parameter is set to a negative number.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2048 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2049 <member name="M:System.Web.Mvc.DefaultViewLocationCache.GetViewLocation(System.Web.HttpContextBase,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2050 <summary>Retrieves the default view location by using the specified HTTP context and cache key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2051 <returns>The default view location.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2052 <param name="httpContext">The HTTP context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2053 <param name="key">The cache key</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2054 <exception cref="T:System.ArgumentNullException">The <paramref name="httpContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2055 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2056 <member name="M:System.Web.Mvc.DefaultViewLocationCache.InsertViewLocation(System.Web.HttpContextBase,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2057 <summary>Inserts the view in the specified virtual path by using the specified HTTP context, cache key, and virtual path.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2058 <param name="httpContext">The HTTP context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2059 <param name="key">The cache key.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2060 <param name="virtualPath">The virtual path</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2061 <exception cref="T:System.ArgumentNullException">The <paramref name="httpContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2062 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2063 <member name="F:System.Web.Mvc.DefaultViewLocationCache.Null"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2064 <summary>Creates an empty view location cache.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2065 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2066 <member name="P:System.Web.Mvc.DefaultViewLocationCache.TimeSpan"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2067 <summary>Gets or sets the cache time span.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2068 <returns>The cache time span.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2069 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2070 <member name="T:System.Web.Mvc.DependencyResolver"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2071 <summary>Provides a registration point for dependency resolvers that implement <see cref="T:System.Web.Mvc.IDependencyResolver" /> or the Common Service Locator IServiceLocator interface.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2072 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2073 <member name="M:System.Web.Mvc.DependencyResolver.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2074 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.DependencyResolver" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2075 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2076 <member name="P:System.Web.Mvc.DependencyResolver.Current"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2077 <summary>Gets the implementation of the dependency resolver.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2078 <returns>The implementation of the dependency resolver.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2079 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2080 <member name="P:System.Web.Mvc.DependencyResolver.InnerCurrent"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2081 <summary>This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2082 <returns>The implementation of the dependency resolver.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2083 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2084 <member name="M:System.Web.Mvc.DependencyResolver.InnerSetResolver(System.Func{System.Type,System.Object},System.Func{System.Type,System.Collections.Generic.IEnumerable{System.Object}})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2085 <summary>This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2086 <param name="getService">The function that provides the service.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2087 <param name="getServices">The function that provides the services.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2088 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2089 <member name="M:System.Web.Mvc.DependencyResolver.InnerSetResolver(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2090 <summary>This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2091 <param name="commonServiceLocator">The common service locator.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2092 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2093 <member name="M:System.Web.Mvc.DependencyResolver.InnerSetResolver(System.Web.Mvc.IDependencyResolver)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2094 <summary>This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2095 <param name="resolver">The object that implements the dependency resolver.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2096 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2097 <member name="M:System.Web.Mvc.DependencyResolver.SetResolver(System.Func{System.Type,System.Object},System.Func{System.Type,System.Collections.Generic.IEnumerable{System.Object}})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2098 <summary>Provides a registration point for dependency resolvers using the specified service delegate and specified service collection delegates.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2099 <param name="getService">The service delegate.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2100 <param name="getServices">The services delegates.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2101 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2102 <member name="M:System.Web.Mvc.DependencyResolver.SetResolver(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2103 <summary>Provides a registration point for dependency resolvers using the provided common service locator when using a service locator interface.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2104 <param name="commonServiceLocator">The common service locator.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2105 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2106 <member name="M:System.Web.Mvc.DependencyResolver.SetResolver(System.Web.Mvc.IDependencyResolver)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2107 <summary>Provides a registration point for dependency resolvers, using the specified dependency resolver interface.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2108 <param name="resolver">The dependency resolver.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2109 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2110 <member name="T:System.Web.Mvc.DependencyResolverExtensions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2111 <summary>Provides a type-safe implementation of <see cref="M:System.Web.Mvc.IDependencyResolver.GetService(System.Type)" /> and <see cref="M:System.Web.Mvc.IDependencyResolver.GetServices(System.Type)" />.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2112 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2113 <member name="M:System.Web.Mvc.DependencyResolverExtensions.GetService``1(System.Web.Mvc.IDependencyResolver)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2114 <summary>Resolves singly registered services that support arbitrary object creation.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2115 <returns>The requested service or object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2116 <param name="resolver">The dependency resolver instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2117 <typeparam name="TService">The type of the requested service or object.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2118 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2119 <member name="M:System.Web.Mvc.DependencyResolverExtensions.GetServices``1(System.Web.Mvc.IDependencyResolver)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2120 <summary>Resolves multiply registered services.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2121 <returns>The requested services.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2122 <param name="resolver">The dependency resolver instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2123 <typeparam name="TService">The type of the requested services.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2124 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2125 <member name="T:System.Web.Mvc.DictionaryValueProvider`1"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2126 <summary>Represents the base class for value providers whose values come from a collection that implements the <see cref="T:System.Collections.Generic.IDictionary`2" /> interface.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2127 <typeparam name="TValue">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2128 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2129 <member name="M:System.Web.Mvc.DictionaryValueProvider`1.#ctor(System.Collections.Generic.IDictionary{System.String,`0},System.Globalization.CultureInfo)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2130 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.DictionaryValueProvider`1" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2131 <param name="dictionary">The name/value pairs that are used to initialize the value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2132 <param name="culture">Information about a specific culture, such as the names of the culture, the writing system, and the calendar used.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2133 <exception cref="T:System.ArgumentNullException">The <paramref name="dictionary" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2134 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2135 <member name="M:System.Web.Mvc.DictionaryValueProvider`1.ContainsPrefix(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2136 <summary>Determines whether the collection contains the specified prefix.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2137 <returns>true if the collection contains the specified prefix; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2138 <param name="prefix">The prefix to search for.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2139 <exception cref="T:System.ArgumentNullException">The <paramref name="prefix" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2140 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2141 <member name="M:System.Web.Mvc.DictionaryValueProvider`1.GetValue(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2142 <summary>Returns a value object using the specified key and controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2143 <returns>The value object for the specified key.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2144 <param name="key">The key of the value object to retrieve.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2145 <exception cref="T:System.ArgumentNullException">The <paramref name="key" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2146 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2147 <member name="T:System.Web.Mvc.EmptyModelMetadataProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2148 <summary>Provides an empty metadata provider for data models that do not require metadata.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2149 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2150 <member name="M:System.Web.Mvc.EmptyModelMetadataProvider.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2151 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.EmptyModelMetadataProvider" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2152 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2153 <member name="M:System.Web.Mvc.EmptyModelMetadataProvider.CreateMetadata(System.Collections.Generic.IEnumerable{System.Attribute},System.Type,System.Func{System.Object},System.Type,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2154 <summary>Creates a new instance of the <see cref="T:System.Web.Mvc.ModelMetadata" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2155 <returns>A new instance of the <see cref="T:System.Web.Mvc.ModelMetadata" /> class.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2156 <param name="attributes">The attributes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2157 <param name="containerType">The type of the container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2158 <param name="modelAccessor">The model accessor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2159 <param name="modelType">The type of the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2160 <param name="propertyName">The name of the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2161 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2162 <member name="T:System.Web.Mvc.EmptyModelValidatorProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2163 <summary>Provides an empty validation provider for models that do not require a validator.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2164 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2165 <member name="M:System.Web.Mvc.EmptyModelValidatorProvider.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2166 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.EmptyModelValidatorProvider" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2167 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2168 <member name="M:System.Web.Mvc.EmptyModelValidatorProvider.GetValidators(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2169 <summary>Gets the empty model validator.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2170 <returns>The empty model validator.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2171 <param name="metadata">The metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2172 <param name="context">The context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2173 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2174 <member name="T:System.Web.Mvc.EmptyResult"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2175 <summary>Represents a result that does nothing, such as a controller action method that returns nothing.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2176 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2177 <member name="M:System.Web.Mvc.EmptyResult.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2178 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.EmptyResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2179 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2180 <member name="M:System.Web.Mvc.EmptyResult.ExecuteResult(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2181 <summary>Executes the specified result context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2182 <param name="context">The result context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2183 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2184 <member name="T:System.Web.Mvc.ExceptionContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2185 <summary>Provides the context for using the <see cref="T:System.Web.Mvc.HandleErrorAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2186 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2187 <member name="M:System.Web.Mvc.ExceptionContext.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2188 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ExceptionContext" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2189 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2190 <member name="M:System.Web.Mvc.ExceptionContext.#ctor(System.Web.Mvc.ControllerContext,System.Exception)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2191 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ExceptionContext" /> class for the specified exception by using the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2192 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2193 <param name="exception">The exception.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2194 <exception cref="T:System.ArgumentNullException">The <paramref name="exception" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2195 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2196 <member name="P:System.Web.Mvc.ExceptionContext.Exception"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2197 <summary>Gets or sets the exception object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2198 <returns>The exception object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2199 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2200 <member name="P:System.Web.Mvc.ExceptionContext.ExceptionHandled"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2201 <summary>Gets or sets a value that indicates whether the exception has been handled.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2202 <returns>true if the exception has been handled; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2203 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2204 <member name="P:System.Web.Mvc.ExceptionContext.Result"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2205 <summary>Gets or sets the action result.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2206 <returns>The action result.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2207 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2208 <member name="T:System.Web.Mvc.ExpressionHelper"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2209 <summary>Provides a helper class to get the model name from an expression.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2210 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2211 <member name="M:System.Web.Mvc.ExpressionHelper.GetExpressionText(System.Linq.Expressions.LambdaExpression)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2212 <summary>Gets the model name from a lambda expression.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2213 <returns>The model name.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2214 <param name="expression">The expression.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2215 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2216 <member name="M:System.Web.Mvc.ExpressionHelper.GetExpressionText(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2217 <summary>Gets the model name from a string expression.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2218 <returns>The model name.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2219 <param name="expression">The expression.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2220 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2221 <member name="T:System.Web.Mvc.FieldValidationMetadata"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2222 <summary>Provides a container for client-side field validation metadata.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2223 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2224 <member name="M:System.Web.Mvc.FieldValidationMetadata.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2225 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.FieldValidationMetadata" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2226 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2227 <member name="P:System.Web.Mvc.FieldValidationMetadata.FieldName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2228 <summary>Gets or sets the name of the data field.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2229 <returns>The name of the data field.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2230 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2231 <member name="P:System.Web.Mvc.FieldValidationMetadata.ReplaceValidationMessageContents"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2232 <summary>Gets or sets a value that indicates whether the validation message contents should be replaced with the client validation error.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2233 <returns>true if the validation message contents should be replaced with the client validation error; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2234 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2235 <member name="P:System.Web.Mvc.FieldValidationMetadata.ValidationMessageId"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2236 <summary>Gets or sets the validator message ID.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2237 <returns>The validator message ID.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2238 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2239 <member name="P:System.Web.Mvc.FieldValidationMetadata.ValidationRules"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2240 <summary>Gets the client validation rules.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2241 <returns>The client validation rules.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2242 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2243 <member name="T:System.Web.Mvc.FileContentResult"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2244 <summary>Sends the contents of a binary file to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2245 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2246 <member name="M:System.Web.Mvc.FileContentResult.#ctor(System.Byte[],System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2247 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.FileContentResult" /> class by using the specified file contents and content type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2248 <param name="fileContents">The byte array to send to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2249 <param name="contentType">The content type to use for the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2250 <exception cref="T:System.ArgumentNullException">The <paramref name="fileContents" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2251 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2252 <member name="P:System.Web.Mvc.FileContentResult.FileContents"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2253 <summary>The binary content to send to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2254 <returns>The file contents.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2255 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2256 <member name="M:System.Web.Mvc.FileContentResult.WriteFile(System.Web.HttpResponseBase)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2257 <summary>Writes the file content to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2258 <param name="response">The response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2259 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2260 <member name="T:System.Web.Mvc.FilePathResult"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2261 <summary>Sends the contents of a file to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2262 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2263 <member name="M:System.Web.Mvc.FilePathResult.#ctor(System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2264 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.FilePathResult" /> class by using the specified file name and content type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2265 <param name="fileName">The name of the file to send to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2266 <param name="contentType">The content type of the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2267 <exception cref="T:System.ArgumentException">The <paramref name="fileName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2268 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2269 <member name="P:System.Web.Mvc.FilePathResult.FileName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2270 <summary>Gets or sets the path of the file that is sent to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2271 <returns>The path of the file that is sent to the response.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2272 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2273 <member name="M:System.Web.Mvc.FilePathResult.WriteFile(System.Web.HttpResponseBase)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2274 <summary>Writes the file to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2275 <param name="response">The response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2276 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2277 <member name="T:System.Web.Mvc.FileResult"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2278 <summary>Represents a base class that is used to send binary file content to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2279 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2280 <member name="M:System.Web.Mvc.FileResult.#ctor(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2281 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.FileResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2282 <param name="contentType">The type of the content.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2283 <exception cref="T:System.ArgumentException">The <paramref name="contentType" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2284 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2285 <member name="P:System.Web.Mvc.FileResult.ContentType"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2286 <summary>Gets the content type to use for the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2287 <returns>The type of the content.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2288 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2289 <member name="M:System.Web.Mvc.FileResult.ExecuteResult(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2290 <summary>Enables processing of the result of an action method by a custom type that inherits from the <see cref="T:System.Web.Mvc.ActionResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2291 <param name="context">The context within which the result is executed.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2292 <exception cref="T:System.ArgumentNullException">The <paramref name="context" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2293 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2294 <member name="P:System.Web.Mvc.FileResult.FileDownloadName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2295 <summary>Gets or sets the content-disposition header so that a file-download dialog box is displayed in the browser with the specified file name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2296 <returns>The name of the file.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2297 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2298 <member name="M:System.Web.Mvc.FileResult.WriteFile(System.Web.HttpResponseBase)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2299 <summary>Writes the file to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2300 <param name="response">The response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2301 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2302 <member name="T:System.Web.Mvc.FileStreamResult"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2303 <summary>Sends binary content to the response by using a <see cref="T:System.IO.Stream" /> instance.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2304 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2305 <member name="M:System.Web.Mvc.FileStreamResult.#ctor(System.IO.Stream,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2306 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.FileStreamResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2307 <param name="fileStream">The stream to send to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2308 <param name="contentType">The content type to use for the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2309 <exception cref="T:System.ArgumentNullException">The <paramref name="fileStream" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2310 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2311 <member name="P:System.Web.Mvc.FileStreamResult.FileStream"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2312 <summary>Gets the stream that will be sent to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2313 <returns>The file stream.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2314 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2315 <member name="M:System.Web.Mvc.FileStreamResult.WriteFile(System.Web.HttpResponseBase)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2316 <summary>Writes the file to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2317 <param name="response">The response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2318 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2319 <member name="T:System.Web.Mvc.Filter"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2320 <summary>Represents a metadata class that contains a reference to the implementation of one or more of the filter interfaces, the filter's order, and the filter's scope.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2321 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2322 <member name="M:System.Web.Mvc.Filter.#ctor(System.Object,System.Web.Mvc.FilterScope,System.Nullable{System.Int32})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2323 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.Filter" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2324 <param name="instance">The instance.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2325 <param name="scope">The scope.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2326 <param name="order">The order.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2327 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2328 <member name="F:System.Web.Mvc.Filter.DefaultOrder"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2329 <summary>Represents a constant that is used to specify the default ordering of filters.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2330 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2331 <member name="P:System.Web.Mvc.Filter.Instance"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2332 <summary>Gets the instance of this class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2333 <returns>The instance of this class.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2334 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2335 <member name="P:System.Web.Mvc.Filter.Order"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2336 <summary>Gets the order in which the filter is applied.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2337 <returns>The order in which the filter is applied.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2338 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2339 <member name="P:System.Web.Mvc.Filter.Scope"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2340 <summary>Gets the scope ordering of the filter.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2341 <returns>The scope ordering of the filter.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2342 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2343 <member name="T:System.Web.Mvc.FilterAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2344 <summary>Represents the base class for action and result filter attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2345 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2346 <member name="M:System.Web.Mvc.FilterAttribute.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2347 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.FilterAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2348 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2349 <member name="P:System.Web.Mvc.FilterAttribute.AllowMultiple"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2350 <summary>Gets or sets a value that indicates whether more than one instance of the filter attribute can be specified.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2351 <returns>true if more than one instance of the filter attribute can be specified; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2352 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2353 <member name="P:System.Web.Mvc.FilterAttribute.Order"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2354 <summary>Gets or sets the order in which the action filters are executed.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2355 <returns>The order in which the action filters are executed.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2356 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2357 <member name="T:System.Web.Mvc.FilterAttributeFilterProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2358 <summary>Defines a filter provider for filter attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2359 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2360 <member name="M:System.Web.Mvc.FilterAttributeFilterProvider.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2361 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.FilterAttributeFilterProvider" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2362 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2363 <member name="M:System.Web.Mvc.FilterAttributeFilterProvider.#ctor(System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2364 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.FilterAttributeFilterProvider" /> class and optionally caches attribute instances.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2365 <param name="cacheAttributeInstances">true to cache attribute instances; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2366 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2367 <member name="M:System.Web.Mvc.FilterAttributeFilterProvider.GetActionAttributes(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2368 <summary>Gets a collection of custom action attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2369 <returns>A collection of custom action attributes.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2370 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2371 <param name="actionDescriptor">The action descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2372 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2373 <member name="M:System.Web.Mvc.FilterAttributeFilterProvider.GetControllerAttributes(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2374 <summary>Gets a collection of controller attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2375 <returns>A collection of controller attributes.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2376 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2377 <param name="actionDescriptor">The action descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2378 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2379 <member name="M:System.Web.Mvc.FilterAttributeFilterProvider.GetFilters(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2380 <summary>Aggregates the filters from all of the filter providers into one collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2381 <returns>The collection filters from all of the filter providers.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2382 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2383 <param name="actionDescriptor">The action descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2384 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2385 <member name="T:System.Web.Mvc.FilterInfo"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2386 <summary>Encapsulates information about the available action filters.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2387 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2388 <member name="M:System.Web.Mvc.FilterInfo.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2389 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.FilterInfo" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2390 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2391 <member name="M:System.Web.Mvc.FilterInfo.#ctor(System.Collections.Generic.IEnumerable{System.Web.Mvc.Filter})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2392 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.FilterInfo" /> class using the specified filters collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2393 <param name="filters">The filters collection.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2394 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2395 <member name="P:System.Web.Mvc.FilterInfo.ActionFilters"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2396 <summary>Gets all the action filters in the application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2397 <returns>The action filters.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2398 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2399 <member name="P:System.Web.Mvc.FilterInfo.AuthorizationFilters"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2400 <summary>Gets all the authorization filters in the application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2401 <returns>The authorization filters.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2402 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2403 <member name="P:System.Web.Mvc.FilterInfo.ExceptionFilters"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2404 <summary>Gets all the exception filters in the application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2405 <returns>The exception filters.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2406 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2407 <member name="P:System.Web.Mvc.FilterInfo.ResultFilters"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2408 <summary>Gets all the result filters in the application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2409 <returns>The result filters.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2410 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2411 <member name="T:System.Web.Mvc.FilterProviderCollection"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2412 <summary>Represents the collection of filter providers for the application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2413 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2414 <member name="M:System.Web.Mvc.FilterProviderCollection.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2415 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.FilterProviderCollection" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2416 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2417 <member name="M:System.Web.Mvc.FilterProviderCollection.#ctor(System.Collections.Generic.IList{System.Web.Mvc.IFilterProvider})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2418 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.FilterProviderCollection" /> class using the filter providers collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2419 <param name="providers">The filter providers collection.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2420 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2421 <member name="M:System.Web.Mvc.FilterProviderCollection.GetFilters(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2422 <summary>Returns the collection of filter providers.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2423 <returns>The collection of filter providers.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2424 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2425 <param name="actionDescriptor">The action descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2426 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2427 <member name="T:System.Web.Mvc.FilterProviders"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2428 <summary>Provides a registration point for filters.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2429 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2430 <member name="P:System.Web.Mvc.FilterProviders.Providers"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2431 <summary>Provides a registration point for filters.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2432 <returns>The collection of filters.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2433 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2434 <member name="T:System.Web.Mvc.FilterScope"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2435 <summary>Defines values that specify the order in which ASP.NET MVC filters run within the same filter type and filter order.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2436 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2437 <member name="F:System.Web.Mvc.FilterScope.First"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2438 <summary>Specifies first.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2439 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2440 <member name="F:System.Web.Mvc.FilterScope.Global"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2441 <summary>Specifies an order before <see cref="F:System.Web.Mvc.FilterScope.Controller" /> and after <see cref="F:System.Web.Mvc.FilterScope.First" />.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2442 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2443 <member name="F:System.Web.Mvc.FilterScope.Controller"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2444 <summary>Specifies an order before <see cref="F:System.Web.Mvc.FilterScope.Action" /> and after <see cref="F:System.Web.Mvc.FilterScope.Global" />.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2445 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2446 <member name="F:System.Web.Mvc.FilterScope.Action"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2447 <summary>Specifies an order before <see cref="F:System.Web.Mvc.FilterScope.Last" /> and after <see cref="F:System.Web.Mvc.FilterScope.Controller" />.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2448 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2449 <member name="F:System.Web.Mvc.FilterScope.Last"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2450 <summary>Specifies last.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2451 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2452 <member name="T:System.Web.Mvc.FormCollection"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2453 <summary>Contains the form value providers for the application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2454 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2455 <member name="M:System.Web.Mvc.FormCollection.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2456 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.FormCollection" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2457 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2458 <member name="M:System.Web.Mvc.FormCollection.#ctor(System.Collections.Specialized.NameValueCollection)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2459 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.FormCollection" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2460 <param name="collection">The collection.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2461 <exception cref="T:System.ArgumentNullException">The <paramref name="collection" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2462 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2463 <member name="M:System.Web.Mvc.FormCollection.GetValue(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2464 <summary>Gets the specified value provider.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2465 <returns>The value provider.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2466 <param name="name">The name of the value provider to get.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2467 <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2468 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2469 <member name="M:System.Web.Mvc.FormCollection.System#Web#Mvc#IValueProvider#ContainsPrefix(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2470 <summary>Gets a value that indicates whether the value provider contains an entry that has the specified prefix.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2471 <returns>true if the value provider contains an entry that has the specified prefix; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2472 <param name="prefix">The prefix to look for.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2473 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2474 <member name="M:System.Web.Mvc.FormCollection.System#Web#Mvc#IValueProvider#GetValue(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2475 <summary>Gets a value from a value provider using the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2476 <returns>A value from a value provider.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2477 <param name="key">The key.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2478 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2479 <member name="M:System.Web.Mvc.FormCollection.ToValueProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2480 <summary>Returns a dictionary that contains the value providers.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2481 <returns>A dictionary of value providers.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2482 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2483 <member name="T:System.Web.Mvc.FormContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2484 <summary>Encapsulates information that is required in order to validate and process the input data from an HTML form.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2485 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2486 <member name="M:System.Web.Mvc.FormContext.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2487 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.FormContext" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2488 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2489 <member name="P:System.Web.Mvc.FormContext.FieldValidators"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2490 <summary>Gets the field validators for the form.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2491 <returns>A dictionary of field validators for the form.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2492 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2493 <member name="P:System.Web.Mvc.FormContext.FormId"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2494 <summary>Gets or sets the form identifier.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2495 <returns>The form identifier.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2496 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2497 <member name="M:System.Web.Mvc.FormContext.GetJsonValidationMetadata"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2498 <summary>Returns a serialized object that contains the form identifier and field-validation values for the form.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2499 <returns>A serialized object that contains the form identifier and field-validation values for the form.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2500 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2501 <member name="M:System.Web.Mvc.FormContext.GetValidationMetadataForField(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2502 <summary>Returns the validation value for the specified input field.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2503 <returns>The value to validate the field input with.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2504 <param name="fieldName">The name of the field to retrieve the validation value for.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2505 <exception cref="T:System.ArgumentException">The <paramref name="fieldName" /> parameter is either null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2506 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2507 <member name="M:System.Web.Mvc.FormContext.GetValidationMetadataForField(System.String,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2508 <summary>Returns the validation value for the specified input field and a value that indicates what to do if the validation value is not found.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2509 <returns>The value to validate the field input with.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2510 <param name="fieldName">The name of the field to retrieve the validation value for.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2511 <param name="createIfNotFound">true to create a validation value if one is not found; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2512 <exception cref="T:System.ArgumentException">The <paramref name="fieldName" /> parameter is either null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2513 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2514 <member name="M:System.Web.Mvc.FormContext.RenderedField(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2515 <summary>Returns a value that indicates whether the specified field has been rendered in the form.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2516 <returns>true if the field has been rendered; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2517 <param name="fieldName">The field name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2518 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2519 <member name="M:System.Web.Mvc.FormContext.RenderedField(System.String,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2520 <summary>Sets a value that indicates whether the specified field has been rendered in the form.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2521 <param name="fieldName">The field name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2522 <param name="value">true to specify that the field has been rendered in the form; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2523 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2524 <member name="P:System.Web.Mvc.FormContext.ReplaceValidationSummary"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2525 <summary>Determines whether client validation errors should be dynamically added to the validation summary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2526 <returns>true if client validation errors should be added to the validation summary; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2527 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2528 <member name="P:System.Web.Mvc.FormContext.ValidationSummaryId"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2529 <summary>Gets or sets the identifier for the validation summary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2530 <returns>The identifier for the validation summary.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2531 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2532 <member name="T:System.Web.Mvc.FormMethod"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2533 <summary>Enumerates the HTTP request types for a form.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2534 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2535 <member name="F:System.Web.Mvc.FormMethod.Get"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2536 <summary>Specifies a GET request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2537 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2538 <member name="F:System.Web.Mvc.FormMethod.Post"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2539 <summary>Specifies a POST request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2540 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2541 <member name="T:System.Web.Mvc.FormValueProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2542 <summary>Represents a value provider for form values that are contained in a <see cref="T:System.Collections.Specialized.NameValueCollection" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2543 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2544 <member name="M:System.Web.Mvc.FormValueProvider.#ctor(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2545 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.FormValueProvider" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2546 <param name="controllerContext">An object that encapsulates information about the current HTTP request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2547 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2548 <member name="T:System.Web.Mvc.FormValueProviderFactory"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2549 <summary>Represents a class that is responsible for creating a new instance of a form-value provider object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2550 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2551 <member name="M:System.Web.Mvc.FormValueProviderFactory.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2552 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.FormValueProviderFactory" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2553 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2554 <member name="M:System.Web.Mvc.FormValueProviderFactory.GetValueProvider(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2555 <summary>Returns a form-value provider object for the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2556 <returns>A form-value provider object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2557 <param name="controllerContext">An object that encapsulates information about the current HTTP request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2558 <exception cref="T:System.ArgumentNullException">The <paramref name="controllerContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2559 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2560 <member name="T:System.Web.Mvc.GlobalFilterCollection"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2561 <summary>Represents a class that contains all the global filters.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2562 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2563 <member name="M:System.Web.Mvc.GlobalFilterCollection.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2564 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.GlobalFilterCollection" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2565 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2566 <member name="M:System.Web.Mvc.GlobalFilterCollection.Add(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2567 <summary>Adds the specified filter to the global filter collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2568 <param name="filter">The filter.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2569 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2570 <member name="M:System.Web.Mvc.GlobalFilterCollection.Add(System.Object,System.Int32)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2571 <summary>Adds the specified filter to the global filter collection using the specified filter run order.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2572 <param name="filter">The filter.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2573 <param name="order">The filter run order.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2574 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2575 <member name="M:System.Web.Mvc.GlobalFilterCollection.Clear"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2576 <summary>Removes all filters from the global filter collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2577 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2578 <member name="M:System.Web.Mvc.GlobalFilterCollection.Contains(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2579 <summary>Determines whether a filter is in the global filter collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2580 <returns>true if <paramref name="filter" /> is found in the global filter collection; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2581 <param name="filter">The filter.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2582 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2583 <member name="P:System.Web.Mvc.GlobalFilterCollection.Count"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2584 <summary>Gets the number of filters in the global filter collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2585 <returns>The number of filters in the global filter collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2586 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2587 <member name="M:System.Web.Mvc.GlobalFilterCollection.GetEnumerator"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2588 <summary>Returns an enumerator that iterates through the global filter collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2589 <returns>An enumerator that iterates through the global filter collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2590 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2591 <member name="M:System.Web.Mvc.GlobalFilterCollection.Remove(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2592 <summary>Removes all the filters that match the specified filter.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2593 <param name="filter">The filter to remove.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2594 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2595 <member name="M:System.Web.Mvc.GlobalFilterCollection.System#Collections#IEnumerable#GetEnumerator"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2596 <summary>This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code. </summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2597 <returns>An enumerator that iterates through the global filter collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2598 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2599 <member name="M:System.Web.Mvc.GlobalFilterCollection.System#Web#Mvc#IFilterProvider#GetFilters(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2600 <summary>This API supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2601 <returns>An enumerator that iterates through the global filter collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2602 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2603 <param name="actionDescriptor">The action descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2604 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2605 <member name="T:System.Web.Mvc.GlobalFilters"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2606 <summary>Represents the global filter collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2607 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2608 <member name="P:System.Web.Mvc.GlobalFilters.Filters"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2609 <summary>Gets or sets the global filter collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2610 <returns>The global filter collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2611 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2612 <member name="T:System.Web.Mvc.HandleErrorAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2613 <summary>Represents an attribute that is used to handle an exception that is thrown by an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2614 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2615 <member name="M:System.Web.Mvc.HandleErrorAttribute.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2616 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.HandleErrorAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2617 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2618 <member name="P:System.Web.Mvc.HandleErrorAttribute.ExceptionType"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2619 <summary>Gets or sets the type of the exception.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2620 <returns>The type of the exception.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2621 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2622 <member name="P:System.Web.Mvc.HandleErrorAttribute.Master"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2623 <summary>Gets or sets the master view for displaying exception information.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2624 <returns>The master view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2625 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2626 <member name="M:System.Web.Mvc.HandleErrorAttribute.OnException(System.Web.Mvc.ExceptionContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2627 <summary>Called when an exception occurs.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2628 <param name="filterContext">The action-filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2629 <exception cref="T:System.ArgumentNullException">The <paramref name="filterContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2630 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2631 <member name="P:System.Web.Mvc.HandleErrorAttribute.TypeId"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2632 <summary>Gets the unique identifier for this attribute.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2633 <returns>The unique identifier for this attribute.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2634 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2635 <member name="P:System.Web.Mvc.HandleErrorAttribute.View"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2636 <summary>Gets or sets the page view for displaying exception information.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2637 <returns>The page view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2638 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2639 <member name="T:System.Web.Mvc.HandleErrorInfo"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2640 <summary>Encapsulates information for handling an error that was thrown by an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2641 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2642 <member name="M:System.Web.Mvc.HandleErrorInfo.#ctor(System.Exception,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2643 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.HandleErrorInfo" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2644 <param name="exception">The exception.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2645 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2646 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2647 <exception cref="T:System.ArgumentNullException">The <paramref name="exception" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2648 <exception cref="T:System.ArgumentException">The <paramref name="controllerName" /> or <paramref name="actionName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2649 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2650 <member name="P:System.Web.Mvc.HandleErrorInfo.ActionName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2651 <summary>Gets or sets the name of the action that was executing when the exception was thrown.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2652 <returns>The name of the action.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2653 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2654 <member name="P:System.Web.Mvc.HandleErrorInfo.ControllerName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2655 <summary>Gets or sets the name of the controller that contains the action method that threw the exception.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2656 <returns>The name of the controller.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2657 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2658 <member name="P:System.Web.Mvc.HandleErrorInfo.Exception"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2659 <summary>Gets or sets the exception object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2660 <returns>The exception object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2661 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2662 <member name="T:System.Web.Mvc.HiddenInputAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2663 <summary>Represents an attribute that is used to indicate whether a property or field value should be rendered as a hidden input element.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2664 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2665 <member name="M:System.Web.Mvc.HiddenInputAttribute.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2666 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.HiddenInputAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2667 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2668 <member name="P:System.Web.Mvc.HiddenInputAttribute.DisplayValue"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2669 <summary>Gets or sets a value that indicates whether to display the value of the hidden input element.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2670 <returns>true if the value should be displayed; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2671 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2672 <member name="T:System.Web.Mvc.HtmlHelper"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2673 <summary>Represents support for rendering HTML controls in a view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2674 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2675 <member name="M:System.Web.Mvc.HtmlHelper.#ctor(System.Web.Mvc.ViewContext,System.Web.Mvc.IViewDataContainer)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2676 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.HtmlHelper" /> class by using the specified view context and view data container.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2677 <param name="viewContext">The view context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2678 <param name="viewDataContainer">The view data container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2679 <exception cref="T:System.ArgumentNullException">The <paramref name="viewContext" /> or the <paramref name="viewDataContainer" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2680 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2681 <member name="M:System.Web.Mvc.HtmlHelper.#ctor(System.Web.Mvc.ViewContext,System.Web.Mvc.IViewDataContainer,System.Web.Routing.RouteCollection)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2682 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.HtmlHelper" /> class by using the specified view context, view data container, and route collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2683 <param name="viewContext">The view context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2684 <param name="viewDataContainer">The view data container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2685 <param name="routeCollection">The route collection.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2686 <exception cref="T:System.ArgumentNullException">One or more parameters is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2687 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2688 <member name="M:System.Web.Mvc.HtmlHelper.AnonymousObjectToHtmlAttributes(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2689 <summary>Replaces underscore characters (_) with hyphens (-) in the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2690 <returns>The HTML attributes with underscore characters replaced by hyphens.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2691 <param name="htmlAttributes">The HTML attributes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2692 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2693 <member name="M:System.Web.Mvc.HtmlHelper.AntiForgeryToken"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2694 <summary>Generates a hidden form field (anti-forgery token) that is validated when the form is submitted.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2695 <returns>The generated form field (anti-forgery token).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2696 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2697 <member name="M:System.Web.Mvc.HtmlHelper.AntiForgeryToken(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2698 <summary>Generates a hidden form field (anti-forgery token) that is validated when the form is submitted. The field value is generated using the specified salt value.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2699 <returns>The generated form field (anti-forgery token).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2700 <param name="salt">The salt value, which can be any non-empty string.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2701 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2702 <member name="M:System.Web.Mvc.HtmlHelper.AntiForgeryToken(System.String,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2703 <summary>Generates a hidden form field (anti-forgery token) that is validated when the form is submitted. The field value is generated using the specified salt value, domain, and path.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2704 <returns>The generated form field (anti-forgery token).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2705 <param name="salt">The salt value, which can be any non-empty string.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2706 <param name="domain">The application domain.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2707 <param name="path">The virtual path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2708 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2709 <member name="M:System.Web.Mvc.HtmlHelper.AttributeEncode(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2710 <summary>Converts the specified attribute object to an HTML-encoded string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2711 <returns>The HTML-encoded string. If the value parameter is null or empty, this method returns an empty string.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2712 <param name="value">The object to encode.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2713 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2714 <member name="M:System.Web.Mvc.HtmlHelper.AttributeEncode(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2715 <summary>Converts the specified attribute string to an HTML-encoded string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2716 <returns>The HTML-encoded string. If the value parameter is null or empty, this method returns an empty string.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2717 <param name="value">The string to encode.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2718 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2719 <member name="P:System.Web.Mvc.HtmlHelper.ClientValidationEnabled"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2720 <summary>Gets or sets a value that indicates whether client validation is enabled.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2721 <returns>true if enable client validation is enabled; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2722 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2723 <member name="M:System.Web.Mvc.HtmlHelper.EnableClientValidation"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2724 <summary>Enables input validation that is performed by using client script in the browser.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2725 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2726 <member name="M:System.Web.Mvc.HtmlHelper.EnableClientValidation(System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2727 <summary>Enables or disables client validation.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2728 <param name="enabled">true to enable client validation; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2729 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2730 <member name="M:System.Web.Mvc.HtmlHelper.EnableUnobtrusiveJavaScript"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2731 <summary>Enables unobtrusive JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2732 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2733 <member name="M:System.Web.Mvc.HtmlHelper.EnableUnobtrusiveJavaScript(System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2734 <summary>Enables or disables unobtrusive JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2735 <param name="enabled">true to enable unobtrusive JavaScript; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2736 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2737 <member name="M:System.Web.Mvc.HtmlHelper.Encode(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2738 <summary>Converts the value of the specified object to an HTML-encoded string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2739 <returns>The HTML-encoded string.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2740 <param name="value">The object to encode.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2741 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2742 <member name="M:System.Web.Mvc.HtmlHelper.Encode(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2743 <summary>Converts the specified string to an HTML-encoded string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2744 <returns>The HTML-encoded string.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2745 <param name="value">The string to encode.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2746 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2747 <member name="M:System.Web.Mvc.HtmlHelper.GenerateIdFromName(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2748 <summary>Creates an HTML element ID using the specified element name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2749 <returns>The ID of the HTML element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2750 <param name="name">The name of the HTML element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2751 <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2752 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2753 <member name="M:System.Web.Mvc.HtmlHelper.GenerateIdFromName(System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2754 <summary>Creates an HTML element ID using the specified element name and a string that replaces dots in the name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2755 <returns>The ID of the HTML element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2756 <param name="name">The name of the HTML element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2757 <param name="idAttributeDotReplacement">The string that replaces dots (.) in the <paramref name="name" /> parameter.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2758 <exception cref="T:System.ArgumentNullException">The <paramref name="name" /> parameter or the <paramref name="idAttributeDotReplacement" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2759 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2760 <member name="M:System.Web.Mvc.HtmlHelper.GenerateLink(System.Web.Routing.RequestContext,System.Web.Routing.RouteCollection,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2761 <summary>Generates an HTML anchor element (a element) that links to the specified action method, and enables the user to specify the communication protocol, name of the host, and a URL fragment.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2762 <returns>An HTML element that links to the specified action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2763 <param name="requestContext">The context of the HTTP request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2764 <param name="routeCollection">The collection of URL routes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2765 <param name="linkText">The text caption to display for the link.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2766 <param name="routeName">The name of the route that is used to return a virtual path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2767 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2768 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2769 <param name="protocol">The communication protocol, such as HTTP or HTTPS. If this parameter is null, the protocol defaults to HTTP.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2770 <param name="hostName">The name of the host.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2771 <param name="fragment">The fragment identifier.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2772 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2773 <param name="htmlAttributes">An object that contains the HTML attributes for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2774 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2775 <member name="M:System.Web.Mvc.HtmlHelper.GenerateLink(System.Web.Routing.RequestContext,System.Web.Routing.RouteCollection,System.String,System.String,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2776 <summary>Generates an HTML anchor element (a element) that links to the specified action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2777 <returns>An HTML element that links to the specified action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2778 <param name="requestContext">The context of the HTTP request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2779 <param name="routeCollection">The collection of URL routes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2780 <param name="linkText">The text caption to display for the link.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2781 <param name="routeName">The name of the route that is used to return a virtual path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2782 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2783 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2784 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2785 <param name="htmlAttributes">An object that contains the HTML attributes for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2786 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2787 <member name="M:System.Web.Mvc.HtmlHelper.GenerateRouteLink(System.Web.Routing.RequestContext,System.Web.Routing.RouteCollection,System.String,System.String,System.String,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2788 <summary>Generates an HTML anchor element (a element) that links to the specified URL route, and enables the user to specify the communication protocol, name of the host, and a URL fragment.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2789 <returns>An HTML element that links to the specified URL route.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2790 <param name="requestContext">The context of the HTTP request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2791 <param name="routeCollection">The collection of URL routes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2792 <param name="linkText">The text caption to display for the link.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2793 <param name="routeName">The name of the route that is used to return a virtual path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2794 <param name="protocol">The communication protocol, such as HTTP or HTTPS. If this parameter is null, the protocol defaults to HTTP.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2795 <param name="hostName">The name of the host.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2796 <param name="fragment">The fragment identifier.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2797 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2798 <param name="htmlAttributes">An object that contains the HTML attributes for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2799 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2800 <member name="M:System.Web.Mvc.HtmlHelper.GenerateRouteLink(System.Web.Routing.RequestContext,System.Web.Routing.RouteCollection,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2801 <summary>Generates an HTML anchor element (a element) that links to the specified URL route.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2802 <returns>An HTML element that links to the specified URL route.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2803 <param name="requestContext">The context of the HTTP request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2804 <param name="routeCollection">The collection of URL routes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2805 <param name="linkText">The text caption to display for the link.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2806 <param name="routeName">The name of the route that is used to return a virtual path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2807 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2808 <param name="htmlAttributes">An object that contains the HTML attributes for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2809 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2810 <member name="M:System.Web.Mvc.HtmlHelper.GetFormMethodString(System.Web.Mvc.FormMethod)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2811 <summary>Returns the HTTP method that handles form input (GET or POST) as a string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2812 <returns>The form method string, either "get" or "post".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2813 <param name="method">The HTTP method that handles the form.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2814 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2815 <member name="M:System.Web.Mvc.HtmlHelper.GetInputTypeString(System.Web.Mvc.InputType)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2816 <summary>Returns the HTML input control type as a string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2817 <returns>The input type string ("checkbox", "hidden", "password", "radio", or "text").</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2818 <param name="inputType">The enumerated input type.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2819 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2820 <member name="M:System.Web.Mvc.HtmlHelper.GetUnobtrusiveValidationAttributes(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2821 <summary>Gets the collection of unobtrusive JavaScript validation attributes using the specified HTML name attribute.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2822 <returns>The collection of unobtrusive JavaScript validation attributes.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2823 <param name="name">The HTML name attribute.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2824 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2825 <member name="M:System.Web.Mvc.HtmlHelper.GetUnobtrusiveValidationAttributes(System.String,System.Web.Mvc.ModelMetadata)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2826 <summary>Gets the collection of unobtrusive JavaScript validation attributes using the specified HTML name attribute and model metadata.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2827 <returns>The collection of unobtrusive JavaScript validation attributes.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2828 <param name="name">The HTML name attribute.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2829 <param name="metadata">The model metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2830 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2831 <member name="M:System.Web.Mvc.HtmlHelper.HttpMethodOverride(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2832 <summary>Returns a hidden input element that identifies the override method for the specified HTTP data-transfer method that was used by the client.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2833 <returns>The override method that uses the HTTP data-transfer method that was used by the client.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2834 <param name="httpMethod">The HTTP data-transfer method that was used by the client (DELETE, HEAD, or PUT).</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2835 <exception cref="T:System.ArgumentException">The <paramref name="httpVerb" /> parameter is not "PUT", "DELETE", or "HEAD".</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2836 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2837 <member name="M:System.Web.Mvc.HtmlHelper.HttpMethodOverride(System.Web.Mvc.HttpVerbs)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2838 <summary>Returns a hidden input element that identifies the override method for the specified verb that represents the HTTP data-transfer method used by the client.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2839 <returns>The override method that uses the verb that represents the HTTP data-transfer method used by the client.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2840 <param name="httpVerb">The verb that represents the HTTP data-transfer method used by the client.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2841 <exception cref="T:System.ArgumentException">The <paramref name="httpVerb" /> parameter is not "PUT", "DELETE", or "HEAD".</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2842 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2843 <member name="P:System.Web.Mvc.HtmlHelper.IdAttributeDotReplacement"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2844 <summary>Gets or sets the character that replaces periods in the ID attribute of an element.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2845 <returns>The character that replaces periods in the ID attribute of an element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2846 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2847 <member name="M:System.Web.Mvc.HtmlHelper.Raw(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2848 <summary>Returns markup that is not HTML encoded.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2849 <returns>The HTML markup without encoding.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2850 <param name="value">The HTML markup.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2851 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2852 <member name="P:System.Web.Mvc.HtmlHelper.RouteCollection"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2853 <summary>Gets or sets the collection of routes for the application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2854 <returns>The collection of routes for the application.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2855 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2856 <member name="P:System.Web.Mvc.HtmlHelper.UnobtrusiveJavaScriptEnabled"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2857 <summary>Gets or sets a value that indicates whether unobtrusive JavaScript is enabled.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2858 <returns>true if unobtrusive JavaScript is enabled; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2859 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2860 <member name="F:System.Web.Mvc.HtmlHelper.ValidationInputCssClassName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2861 <summary>The name of the CSS class that is used to style an input field when a validation error occurs.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2862 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2863 <member name="F:System.Web.Mvc.HtmlHelper.ValidationInputValidCssClassName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2864 <summary>The name of the CSS class that is used to style an input field when the input is valid.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2865 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2866 <member name="F:System.Web.Mvc.HtmlHelper.ValidationMessageCssClassName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2867 <summary>The name of the CSS class that is used to style the error message when a validation error occurs.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2868 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2869 <member name="F:System.Web.Mvc.HtmlHelper.ValidationMessageValidCssClassName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2870 <summary>The name of the CSS class that is used to style the validation message when the input is valid.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2871 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2872 <member name="F:System.Web.Mvc.HtmlHelper.ValidationSummaryCssClassName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2873 <summary>The name of the CSS class that is used to style validation summary error messages.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2874 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2875 <member name="F:System.Web.Mvc.HtmlHelper.ValidationSummaryValidCssClassName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2876 <summary>The name of the CSS class that is used to style the validation summary when the input is valid.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2877 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2878 <member name="P:System.Web.Mvc.HtmlHelper.ViewContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2879 <summary>Gets or sets the context information about the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2880 <returns>The context of the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2881 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2882 <member name="P:System.Web.Mvc.HtmlHelper.ViewData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2883 <summary>Gets the current view data dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2884 <returns>The view data dictionary.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2885 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2886 <member name="P:System.Web.Mvc.HtmlHelper.ViewDataContainer"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2887 <summary>Gets or sets the view data container.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2888 <returns>The view data container.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2889 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2890 <member name="T:System.Web.Mvc.HtmlHelper`1"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2891 <summary>Represents support for rendering HTML controls in a strongly typed view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2892 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2893 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2894 <member name="M:System.Web.Mvc.HtmlHelper`1.#ctor(System.Web.Mvc.ViewContext,System.Web.Mvc.IViewDataContainer)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2895 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.HtmlHelper`1" /> class by using the specified view context and view data container.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2896 <param name="viewContext">The view context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2897 <param name="viewDataContainer">The view data container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2898 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2899 <member name="M:System.Web.Mvc.HtmlHelper`1.#ctor(System.Web.Mvc.ViewContext,System.Web.Mvc.IViewDataContainer,System.Web.Routing.RouteCollection)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2900 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.HtmlHelper`1" /> class by using the specified view context, view data container, and route collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2901 <param name="viewContext">The view context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2902 <param name="viewDataContainer">The view data container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2903 <param name="routeCollection">The route collection.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2904 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2905 <member name="P:System.Web.Mvc.HtmlHelper`1.ViewData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2906 <summary>Gets the strongly typed view data dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2907 <returns>The strongly typed view data dictionary.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2908 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2909 <member name="T:System.Web.Mvc.HttpDeleteAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2910 <summary>Represents an attribute that is used to restrict an action method so that the method handles only HTTP DELETE requests.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2911 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2912 <member name="M:System.Web.Mvc.HttpDeleteAttribute.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2913 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.HttpDeleteAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2914 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2915 <member name="M:System.Web.Mvc.HttpDeleteAttribute.IsValidForRequest(System.Web.Mvc.ControllerContext,System.Reflection.MethodInfo)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2916 <summary>Determines whether a request is a valid HTTP DELETE request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2917 <returns>true if the request is valid; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2918 <param name="controllerContext">The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2919 <param name="methodInfo">Encapsulates information about a method, such as its type, return type, and arguments.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2920 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2921 <member name="T:System.Web.Mvc.HttpFileCollectionValueProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2922 <summary>Represents a value provider to use with values that come from a collection of HTTP files.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2923 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2924 <member name="M:System.Web.Mvc.HttpFileCollectionValueProvider.#ctor(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2925 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.HttpFileCollectionValueProvider" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2926 <param name="controllerContext">An object that encapsulates information about the current HTTP request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2927 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2928 <member name="T:System.Web.Mvc.HttpFileCollectionValueProviderFactory"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2929 <summary>Represents a class that is responsible for creating a new instance of an HTTP file collection value provider object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2930 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2931 <member name="M:System.Web.Mvc.HttpFileCollectionValueProviderFactory.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2932 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.HttpFileCollectionValueProviderFactory" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2933 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2934 <member name="M:System.Web.Mvc.HttpFileCollectionValueProviderFactory.GetValueProvider(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2935 <summary>Returns a value provider object for the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2936 <returns>An HTTP file collection value provider.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2937 <param name="controllerContext">An object that encapsulates information about the HTTP request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2938 <exception cref="T:System.ArgumentNullException">The <paramref name="controllerContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2939 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2940 <member name="T:System.Web.Mvc.HttpGetAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2941 <summary>Represents an attribute that is used to restrict an action method so that the method handles only HTTP GET requests.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2942 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2943 <member name="M:System.Web.Mvc.HttpGetAttribute.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2944 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.HttpGetAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2945 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2946 <member name="M:System.Web.Mvc.HttpGetAttribute.IsValidForRequest(System.Web.Mvc.ControllerContext,System.Reflection.MethodInfo)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2947 <summary>Determines whether a request is a valid HTTP GET request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2948 <returns>true if the request is valid; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2949 <param name="controllerContext">The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2950 <param name="methodInfo">Encapsulates information about a method, such as its type, return type, and arguments.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2951 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2952 <member name="T:System.Web.Mvc.HttpNotFoundResult"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2953 <summary>Defines an object that is used to indicate that the requested resource was not found.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2954 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2955 <member name="M:System.Web.Mvc.HttpNotFoundResult.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2956 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.HttpNotFoundResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2957 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2958 <member name="M:System.Web.Mvc.HttpNotFoundResult.#ctor(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2959 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.HttpNotFoundResult" /> class using a status description.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2960 <param name="statusDescription">The status description.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2961 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2962 <member name="T:System.Web.Mvc.HttpPostAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2963 <summary>Represents an attribute that is used to restrict an action method so that the method handles only HTTP POST requests.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2964 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2965 <member name="M:System.Web.Mvc.HttpPostAttribute.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2966 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.HttpPostAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2967 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2968 <member name="M:System.Web.Mvc.HttpPostAttribute.IsValidForRequest(System.Web.Mvc.ControllerContext,System.Reflection.MethodInfo)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2969 <summary>Determines whether a request is a valid HTTP POST request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2970 <returns>true if the request is valid; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2971 <param name="controllerContext">The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2972 <param name="methodInfo">Encapsulates information about a method, such as its type, return type, and arguments.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2973 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2974 <member name="T:System.Web.Mvc.HttpPostedFileBaseModelBinder"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2975 <summary>Binds a model to a posted file.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2976 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2977 <member name="M:System.Web.Mvc.HttpPostedFileBaseModelBinder.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2978 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.HttpPostedFileBaseModelBinder" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2979 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2980 <member name="M:System.Web.Mvc.HttpPostedFileBaseModelBinder.BindModel(System.Web.Mvc.ControllerContext,System.Web.Mvc.ModelBindingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2981 <summary>Binds the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2982 <returns>The bound value.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2983 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2984 <param name="bindingContext">The binding context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2985 <exception cref="T:System.ArgumentNullException">One or both parameters are null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2986 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2987 <member name="T:System.Web.Mvc.HttpPutAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2988 <summary>Represents an attribute that is used to restrict an action method so that the method handles only HTTP PUT requests.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2989 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2990 <member name="M:System.Web.Mvc.HttpPutAttribute.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2991 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.HttpPutAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2992 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2993 <member name="M:System.Web.Mvc.HttpPutAttribute.IsValidForRequest(System.Web.Mvc.ControllerContext,System.Reflection.MethodInfo)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2994 <summary>Determines whether a request is a valid HTTP PUT request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2995 <returns>true if the request is valid; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2996 <param name="controllerContext">The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2997 <param name="methodInfo">Encapsulates information about a method, such as its type, return type, and arguments.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2998 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
2999 <member name="T:System.Web.Mvc.HttpRequestExtensions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3000 <summary>Extends the <see cref="T:System.Web.HttpRequestBase" /> class that contains the HTTP values that were sent by a client during a Web request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3001 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3002 <member name="M:System.Web.Mvc.HttpRequestExtensions.GetHttpMethodOverride(System.Web.HttpRequestBase)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3003 <summary>Retrieves the HTTP data-transfer method override that was used by the client.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3004 <returns>The HTTP data-transfer method override that was used by the client.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3005 <param name="request">An object that contains the HTTP values that were sent by a client during a Web request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3006 <exception cref="T:System.ArgumentNullException">The <paramref name="request" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3007 <exception cref="T:System.NotImplementedException">The HTTP data-transfer method override was not implemented.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3008 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3009 <member name="T:System.Web.Mvc.HttpStatusCodeResult"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3010 <summary>Provides a way to return an action result with a specific HTTP response status code and description.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3011 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3012 <member name="M:System.Web.Mvc.HttpStatusCodeResult.#ctor(System.Int32)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3013 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.HttpStatusCodeResult" /> class using a status code.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3014 <param name="statusCode">The status code.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3015 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3016 <member name="M:System.Web.Mvc.HttpStatusCodeResult.#ctor(System.Int32,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3017 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.HttpStatusCodeResult" /> class using a status code and status description.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3018 <param name="statusCode">The status code.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3019 <param name="statusDescription">The status description.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3020 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3021 <member name="M:System.Web.Mvc.HttpStatusCodeResult.ExecuteResult(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3022 <summary>Enables processing of the result of an action method by a custom type that inherits from the <see cref="T:System.Web.Mvc.ActionResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3023 <param name="context">The context in which the result is executed. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3024 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3025 <member name="P:System.Web.Mvc.HttpStatusCodeResult.StatusCode"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3026 <summary>Gets the HTTP status code.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3027 <returns>The HTTP status code.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3028 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3029 <member name="P:System.Web.Mvc.HttpStatusCodeResult.StatusDescription"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3030 <summary>Gets the HTTP status description.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3031 <returns>the HTTP status description.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3032 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3033 <member name="T:System.Web.Mvc.HttpUnauthorizedResult"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3034 <summary>Represents the result of an unauthorized HTTP request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3035 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3036 <member name="M:System.Web.Mvc.HttpUnauthorizedResult.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3037 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.HttpUnauthorizedResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3038 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3039 <member name="M:System.Web.Mvc.HttpUnauthorizedResult.#ctor(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3040 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.HttpUnauthorizedResult" /> class using the status description.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3041 <param name="statusDescription">The status description.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3042 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3043 <member name="T:System.Web.Mvc.HttpVerbs"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3044 <summary>Enumerates the HTTP verbs.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3045 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3046 <member name="F:System.Web.Mvc.HttpVerbs.Get"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3047 <summary>Retrieves the information or entity that is identified by the URI of the request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3048 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3049 <member name="F:System.Web.Mvc.HttpVerbs.Post"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3050 <summary>Posts a new entity as an addition to a URI.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3051 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3052 <member name="F:System.Web.Mvc.HttpVerbs.Put"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3053 <summary>Replaces an entity that is identified by a URI.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3054 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3055 <member name="F:System.Web.Mvc.HttpVerbs.Delete"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3056 <summary>Requests that a specified URI be deleted.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3057 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3058 <member name="F:System.Web.Mvc.HttpVerbs.Head"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3059 <summary>Retrieves the message headers for the information or entity that is identified by the URI of the request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3060 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3061 <member name="T:System.Web.Mvc.IActionFilter"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3062 <summary>Defines the methods that are used in an action filter.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3063 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3064 <member name="M:System.Web.Mvc.IActionFilter.OnActionExecuted(System.Web.Mvc.ActionExecutedContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3065 <summary>Called after the action method executes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3066 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3067 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3068 <member name="M:System.Web.Mvc.IActionFilter.OnActionExecuting(System.Web.Mvc.ActionExecutingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3069 <summary>Called before an action method executes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3070 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3071 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3072 <member name="T:System.Web.Mvc.IActionInvoker"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3073 <summary>Defines the contract for an action invoker, which is used to invoke an action in response to an HTTP request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3074 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3075 <member name="M:System.Web.Mvc.IActionInvoker.InvokeAction(System.Web.Mvc.ControllerContext,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3076 <summary>Invokes the specified action by using the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3077 <returns>true if the action was found; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3078 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3079 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3080 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3081 <member name="T:System.Web.Mvc.IAuthorizationFilter"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3082 <summary>Defines the methods that are required for an authorization filter.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3083 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3084 <member name="M:System.Web.Mvc.IAuthorizationFilter.OnAuthorization(System.Web.Mvc.AuthorizationContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3085 <summary>Called when authorization is required.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3086 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3087 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3088 <member name="T:System.Web.Mvc.IClientValidatable"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3089 <summary>Provides a way for the ASP.NET MVC validation framework to discover at run time whether a validator has support for client validation.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3090 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3091 <member name="M:System.Web.Mvc.IClientValidatable.GetClientValidationRules(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3092 <summary>When implemented in a class, returns client validation rules for that class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3093 <returns>The client validation rules for this validator.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3094 <param name="metadata">The model metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3095 <param name="context">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3096 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3097 <member name="T:System.Web.Mvc.IController"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3098 <summary>Defines the methods that are required for a controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3099 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3100 <member name="M:System.Web.Mvc.IController.Execute(System.Web.Routing.RequestContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3101 <summary>Executes the specified request context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3102 <param name="requestContext">The request context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3103 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3104 <member name="T:System.Web.Mvc.IControllerActivator"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3105 <summary>Provides fine-grained control over how controllers are instantiated using dependency injection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3106 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3107 <member name="M:System.Web.Mvc.IControllerActivator.Create(System.Web.Routing.RequestContext,System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3108 <summary>When implemented in a class, creates a controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3109 <returns>The created controller.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3110 <param name="requestContext">The request context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3111 <param name="controllerType">The controller type.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3112 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3113 <member name="T:System.Web.Mvc.IControllerFactory"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3114 <summary>Defines the methods that are required for a controller factory.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3115 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3116 <member name="M:System.Web.Mvc.IControllerFactory.CreateController(System.Web.Routing.RequestContext,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3117 <summary>Creates the specified controller by using the specified request context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3118 <returns>The controller.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3119 <param name="requestContext">The request context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3120 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3121 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3122 <member name="M:System.Web.Mvc.IControllerFactory.GetControllerSessionBehavior(System.Web.Routing.RequestContext,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3123 <summary>Gets the controller's session behavior.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3124 <returns>The controller's session behavior.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3125 <param name="requestContext">The request context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3126 <param name="controllerName">The name of the controller whose session behavior you want to get.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3127 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3128 <member name="M:System.Web.Mvc.IControllerFactory.ReleaseController(System.Web.Mvc.IController)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3129 <summary>Releases the specified controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3130 <param name="controller">The controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3131 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3132 <member name="T:System.Web.Mvc.IDependencyResolver"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3133 <summary>Defines the methods that simplify service location and dependency resolution.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3134 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3135 <member name="M:System.Web.Mvc.IDependencyResolver.GetService(System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3136 <summary>Resolves singly registered services that support arbitrary object creation.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3137 <returns>The requested service or object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3138 <param name="serviceType">The type of the requested service or object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3139 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3140 <member name="M:System.Web.Mvc.IDependencyResolver.GetServices(System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3141 <summary>Resolves multiply registered services.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3142 <returns>The requested services.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3143 <param name="serviceType">The type of the requested services.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3144 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3145 <member name="T:System.Web.Mvc.IExceptionFilter"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3146 <summary>Defines the methods that are required for an exception filter.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3147 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3148 <member name="M:System.Web.Mvc.IExceptionFilter.OnException(System.Web.Mvc.ExceptionContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3149 <summary>Called when an exception occurs.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3150 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3151 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3152 <member name="T:System.Web.Mvc.IFilterProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3153 <summary>Provides an interface for finding filters.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3154 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3155 <member name="M:System.Web.Mvc.IFilterProvider.GetFilters(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3156 <summary>Returns an enumerator that contains all the <see cref="T:System.Web.Mvc.IFilterProvider" /> instances in the service locator.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3157 <returns>The enumerator that contains all the <see cref="T:System.Web.Mvc.IFilterProvider" /> instances in the service locator.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3158 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3159 <param name="actionDescriptor">The action descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3160 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3161 <member name="T:System.Web.Mvc.IMetadataAware"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3162 <summary>Provides an interface for exposing attributes to the <see cref="T:System.Web.Mvc.AssociatedMetadataProvider" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3163 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3164 <member name="M:System.Web.Mvc.IMetadataAware.OnMetadataCreated(System.Web.Mvc.ModelMetadata)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3165 <summary>When implemented in a class, provides metadata to the model metadata creation process.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3166 <param name="metadata">The model metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3167 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3168 <member name="T:System.Web.Mvc.IModelBinder"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3169 <summary>Defines the methods that are required for a model binder.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3170 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3171 <member name="M:System.Web.Mvc.IModelBinder.BindModel(System.Web.Mvc.ControllerContext,System.Web.Mvc.ModelBindingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3172 <summary>Binds the model to a value by using the specified controller context and binding context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3173 <returns>The bound value.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3174 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3175 <param name="bindingContext">The binding context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3176 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3177 <member name="T:System.Web.Mvc.IModelBinderProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3178 <summary>Defines methods that enable dynamic implementations of model binding for classes that implement the <see cref="T:System.Web.Mvc.IModelBinder" /> interface. </summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3179 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3180 <member name="M:System.Web.Mvc.IModelBinderProvider.GetBinder(System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3181 <summary>Returns the model binder for the specified type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3182 <returns>The model binder for the specified type.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3183 <param name="modelType">The type of the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3184 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3185 <member name="T:System.Web.Mvc.IMvcFilter"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3186 <summary>Defines members that specify the order of filters and whether multiple filters are allowed.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3187 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3188 <member name="P:System.Web.Mvc.IMvcFilter.AllowMultiple"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3189 <summary>When implemented in a class, gets or sets a value that indicates whether multiple filters are allowed.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3190 <returns>true if multiple filters are allowed; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3191 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3192 <member name="P:System.Web.Mvc.IMvcFilter.Order"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3193 <summary>When implemented in a class, gets the filter order.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3194 <returns>The filter order.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3195 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3196 <member name="T:System.Web.Mvc.InputType"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3197 <summary>Enumerates the types of input controls.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3198 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3199 <member name="F:System.Web.Mvc.InputType.CheckBox"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3200 <summary>A check box.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3201 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3202 <member name="F:System.Web.Mvc.InputType.Hidden"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3203 <summary>A hidden field.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3204 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3205 <member name="F:System.Web.Mvc.InputType.Password"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3206 <summary>A password box.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3207 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3208 <member name="F:System.Web.Mvc.InputType.Radio"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3209 <summary>A radio button.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3210 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3211 <member name="F:System.Web.Mvc.InputType.Text"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3212 <summary>A text box.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3213 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3214 <member name="T:System.Web.Mvc.IResultFilter"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3215 <summary>Defines the methods that are required for a result filter.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3216 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3217 <member name="M:System.Web.Mvc.IResultFilter.OnResultExecuted(System.Web.Mvc.ResultExecutedContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3218 <summary>Called after an action result executes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3219 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3220 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3221 <member name="M:System.Web.Mvc.IResultFilter.OnResultExecuting(System.Web.Mvc.ResultExecutingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3222 <summary>Called before an action result executes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3223 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3224 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3225 <member name="T:System.Web.Mvc.IRouteWithArea"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3226 <summary>Associates a route with an area in an ASP.NET MVC application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3227 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3228 <member name="P:System.Web.Mvc.IRouteWithArea.Area"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3229 <summary>Gets the name of the area to associate the route with.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3230 <returns>The name of the area to associate the route with.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3231 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3232 <member name="T:System.Web.Mvc.ITempDataProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3233 <summary>Defines the contract for temporary-data providers that store data that is viewed on the next request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3234 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3235 <member name="M:System.Web.Mvc.ITempDataProvider.LoadTempData(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3236 <summary>Loads the temporary data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3237 <returns>The temporary data.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3238 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3239 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3240 <member name="M:System.Web.Mvc.ITempDataProvider.SaveTempData(System.Web.Mvc.ControllerContext,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3241 <summary>Saves the temporary data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3242 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3243 <param name="values">The values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3244 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3245 <member name="T:System.Web.Mvc.IUnvalidatedValueProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3246 <summary>Represents an <see cref="T:System.Web.Mvc.IValueProvider" /> interface that can skip request validation.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3247 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3248 <member name="M:System.Web.Mvc.IUnvalidatedValueProvider.GetValue(System.String,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3249 <summary>Retrieves the value of the object that is associated with the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3250 <returns>The value of the object for the specified key.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3251 <param name="key">The key.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3252 <param name="skipValidation">true if validation should be skipped; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3253 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3254 <member name="T:System.Web.Mvc.IValueProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3255 <summary>Defines the methods that are required for a value provider in ASP.NET MVC.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3256 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3257 <member name="M:System.Web.Mvc.IValueProvider.ContainsPrefix(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3258 <summary>Determines whether the collection contains the specified prefix.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3259 <returns>true if the collection contains the specified prefix; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3260 <param name="prefix">The prefix to search for.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3261 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3262 <member name="M:System.Web.Mvc.IValueProvider.GetValue(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3263 <summary>Retrieves a value object using the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3264 <returns>The value object for the specified key.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3265 <param name="key">The key of the value object to retrieve.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3266 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3267 <member name="T:System.Web.Mvc.IView"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3268 <summary>Defines the methods that are required for a view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3269 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3270 <member name="M:System.Web.Mvc.IView.Render(System.Web.Mvc.ViewContext,System.IO.TextWriter)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3271 <summary>Renders the specified view context by using the specified the writer object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3272 <param name="viewContext">The view context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3273 <param name="writer">The writer object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3274 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3275 <member name="T:System.Web.Mvc.IViewDataContainer"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3276 <summary>Defines the methods that are required for a view data dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3277 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3278 <member name="P:System.Web.Mvc.IViewDataContainer.ViewData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3279 <summary>Gets or sets the view data dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3280 <returns>The view data dictionary.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3281 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3282 <member name="T:System.Web.Mvc.IViewEngine"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3283 <summary>Defines the methods that are required for a view engine.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3284 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3285 <member name="M:System.Web.Mvc.IViewEngine.FindPartialView(System.Web.Mvc.ControllerContext,System.String,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3286 <summary>Finds the specified partial view by using the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3287 <returns>The partial view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3288 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3289 <param name="partialViewName">The name of the partial view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3290 <param name="useCache">true to specify that the view engine returns the cached view, if a cached view exists; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3291 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3292 <member name="M:System.Web.Mvc.IViewEngine.FindView(System.Web.Mvc.ControllerContext,System.String,System.String,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3293 <summary>Finds the specified view by using the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3294 <returns>The page view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3295 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3296 <param name="viewName">The name of the view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3297 <param name="masterName">The name of the master.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3298 <param name="useCache">true to specify that the view engine returns the cached view, if a cached view exists; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3299 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3300 <member name="M:System.Web.Mvc.IViewEngine.ReleaseView(System.Web.Mvc.ControllerContext,System.Web.Mvc.IView)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3301 <summary>Releases the specified view by using the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3302 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3303 <param name="view">The view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3304 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3305 <member name="T:System.Web.Mvc.IViewLocationCache"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3306 <summary>Defines the methods that are required in order to cache view locations in memory.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3307 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3308 <member name="M:System.Web.Mvc.IViewLocationCache.GetViewLocation(System.Web.HttpContextBase,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3309 <summary>Gets the view location by using the specified HTTP context and the cache key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3310 <returns>The view location.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3311 <param name="httpContext">The HTTP context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3312 <param name="key">The cache key.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3313 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3314 <member name="M:System.Web.Mvc.IViewLocationCache.InsertViewLocation(System.Web.HttpContextBase,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3315 <summary>Inserts the specified view location into the cache by using the specified HTTP context and the cache key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3316 <param name="httpContext">The HTTP context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3317 <param name="key">The cache key.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3318 <param name="virtualPath">The virtual path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3319 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3320 <member name="T:System.Web.Mvc.IViewPageActivator"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3321 <summary>Provides fine-grained control over how view pages are instantiated using dependency injection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3322 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3323 <member name="M:System.Web.Mvc.IViewPageActivator.Create(System.Web.Mvc.ControllerContext,System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3324 <returns>The created view page.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3325 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3326 <param name="type">The type of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3327 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3328 <member name="T:System.Web.Mvc.JavaScriptResult"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3329 <summary>Sends JavaScript content to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3330 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3331 <member name="M:System.Web.Mvc.JavaScriptResult.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3332 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.JavaScriptResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3333 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3334 <member name="M:System.Web.Mvc.JavaScriptResult.ExecuteResult(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3335 <summary>Enables processing of the result of an action method by a custom type that inherits from the <see cref="T:System.Web.Mvc.ActionResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3336 <param name="context">The context within which the result is executed.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3337 <exception cref="T:System.ArgumentNullException">The <paramref name="context" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3338 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3339 <member name="P:System.Web.Mvc.JavaScriptResult.Script"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3340 <summary>Gets or sets the script.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3341 <returns>The script.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3342 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3343 <member name="T:System.Web.Mvc.JsonRequestBehavior"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3344 <summary>Specifies whether HTTP GET requests from the client are allowed.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3345 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3346 <member name="F:System.Web.Mvc.JsonRequestBehavior.AllowGet"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3347 <summary>HTTP GET requests from the client are allowed.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3348 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3349 <member name="F:System.Web.Mvc.JsonRequestBehavior.DenyGet"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3350 <summary>HTTP GET requests from the client are not allowed.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3351 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3352 <member name="T:System.Web.Mvc.JsonResult"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3353 <summary>Represents a class that is used to send JSON-formatted content to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3354 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3355 <member name="M:System.Web.Mvc.JsonResult.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3356 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.JsonResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3357 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3358 <member name="P:System.Web.Mvc.JsonResult.ContentEncoding"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3359 <summary>Gets or sets the content encoding.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3360 <returns>The content encoding.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3361 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3362 <member name="P:System.Web.Mvc.JsonResult.ContentType"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3363 <summary>Gets or sets the type of the content.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3364 <returns>The type of the content.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3365 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3366 <member name="P:System.Web.Mvc.JsonResult.Data"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3367 <summary>Gets or sets the data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3368 <returns>The data.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3369 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3370 <member name="M:System.Web.Mvc.JsonResult.ExecuteResult(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3371 <summary>Enables processing of the result of an action method by a custom type that inherits from the <see cref="T:System.Web.Mvc.ActionResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3372 <param name="context">The context within which the result is executed.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3373 <exception cref="T:System.ArgumentNullException">The <paramref name="context" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3374 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3375 <member name="P:System.Web.Mvc.JsonResult.JsonRequestBehavior"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3376 <summary>Gets or sets a value that indicates whether HTTP GET requests from the client are allowed.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3377 <returns>A value that indicates whether HTTP GET requests from the client are allowed.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3378 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3379 <member name="T:System.Web.Mvc.JsonValueProviderFactory"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3380 <summary>Enables action methods to send and receive JSON-formatted text and to model-bind the JSON text to parameters of action methods.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3381 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3382 <member name="M:System.Web.Mvc.JsonValueProviderFactory.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3383 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.JsonValueProviderFactory" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3384 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3385 <member name="M:System.Web.Mvc.JsonValueProviderFactory.GetValueProvider(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3386 <summary>Returns a JSON value-provider object for the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3387 <returns>A JSON value-provider object for the specified controller context.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3388 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3389 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3390 <member name="T:System.Web.Mvc.LinqBinaryModelBinder"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3391 <summary>Maps a browser request to a LINQ <see cref="T:System.Data.Linq.Binary" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3392 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3393 <member name="M:System.Web.Mvc.LinqBinaryModelBinder.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3394 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.LinqBinaryModelBinder" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3395 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3396 <member name="M:System.Web.Mvc.LinqBinaryModelBinder.BindModel(System.Web.Mvc.ControllerContext,System.Web.Mvc.ModelBindingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3397 <summary>Binds the model by using the specified controller context and binding context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3398 <returns>The bound data object. If the model cannot be bound, this method returns null.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3399 <param name="controllerContext">The context within which the controller operates. The context information includes the controller, HTTP content, request context, and route data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3400 <param name="bindingContext">The context within which the model is bound. The context includes information such as the model object, model name, model type, property filter, and value provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3401 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3402 <member name="T:System.Web.Mvc.ModelBinderAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3403 <summary>Represents an attribute that is used to associate a model type to a model-builder type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3404 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3405 <member name="M:System.Web.Mvc.ModelBinderAttribute.#ctor(System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3406 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelBinderAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3407 <param name="binderType">The type of the binder.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3408 <exception cref="T:System.ArgumentNullException">The <paramref name="binderType" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3409 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3410 <member name="P:System.Web.Mvc.ModelBinderAttribute.BinderType"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3411 <summary>Gets or sets the type of the binder.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3412 <returns>The type of the binder.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3413 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3414 <member name="M:System.Web.Mvc.ModelBinderAttribute.GetBinder"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3415 <summary>Retrieves an instance of the model binder.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3416 <returns>A reference to an object that implements the <see cref="T:System.Web.Mvc.IModelBinder" /> interface.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3417 <exception cref="T:System.InvalidOperationException">An error occurred while an instance of the model binder was being created.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3418 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3419 <member name="T:System.Web.Mvc.ModelBinderDictionary"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3420 <summary>Represents a class that contains all model binders for the application, listed by binder type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3421 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3422 <member name="M:System.Web.Mvc.ModelBinderDictionary.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3423 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelBinderDictionary" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3424 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3425 <member name="M:System.Web.Mvc.ModelBinderDictionary.Add(System.Collections.Generic.KeyValuePair{System.Type,System.Web.Mvc.IModelBinder})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3426 <summary>Adds the specified item to the model binder dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3427 <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1" /> instance.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3428 <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1" /> object is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3429 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3430 <member name="M:System.Web.Mvc.ModelBinderDictionary.Add(System.Type,System.Web.Mvc.IModelBinder)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3431 <summary>Adds the specified item to the model binder dictionary using the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3432 <param name="key">The key of the element to add.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3433 <param name="value">The value of the element to add.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3434 <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IDictionary`2" /> object is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3435 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3436 <paramref name="key" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3437 <exception cref="T:System.ArgumentException">An element that has the same key already exists in the <see cref="T:System.Collections.Generic.IDictionary`2" /> object.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3438 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3439 <member name="M:System.Web.Mvc.ModelBinderDictionary.Clear"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3440 <summary>Removes all items from the model binder dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3441 <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1" /> object is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3442 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3443 <member name="M:System.Web.Mvc.ModelBinderDictionary.Contains(System.Collections.Generic.KeyValuePair{System.Type,System.Web.Mvc.IModelBinder})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3444 <summary>Determines whether the model binder dictionary contains a specified value.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3445 <returns>true if <paramref name="item" /> is found in the model binder dictionary; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3446 <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1" /> object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3447 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3448 <member name="M:System.Web.Mvc.ModelBinderDictionary.ContainsKey(System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3449 <summary>Determines whether the model binder dictionary contains an element that has the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3450 <returns>true if the model binder dictionary contains an element that has the specified key; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3451 <param name="key">The key to locate in the <see cref="T:System.Collections.Generic.IDictionary`2" /> object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3452 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3453 <paramref name="key" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3454 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3455 <member name="M:System.Web.Mvc.ModelBinderDictionary.CopyTo(System.Collections.Generic.KeyValuePair{System.Type,System.Web.Mvc.IModelBinder}[],System.Int32)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3456 <summary>Copies the elements of the model binder dictionary to an array, starting at a specified index.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3457 <param name="array">The one-dimensional array that is the destination of the elements copied from <see cref="T:System.Collections.Generic.ICollection`1" />. The array must have zero-based indexing.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3458 <param name="arrayIndex">The zero-based index in <paramref name="array" /> at which copying starts.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3459 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3460 <paramref name="array" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3461 <exception cref="T:System.ArgumentOutOfRangeException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3462 <paramref name="arrayIndex" /> is less than 0.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3463 <exception cref="T:System.ArgumentException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3464 <paramref name="array" /> is multidimensional.-or- <paramref name="arrayIndex" /> is equal to or greater than the length of <paramref name="array" />.-or- The number of elements in the source <see cref="T:System.Collections.Generic.ICollection`1" /> object is greater than the available space from <paramref name="arrayIndex" /> to the end of the destination array. -or- Type <paramref name="T" /> cannot be cast automatically to the type of the destination array.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3465 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3466 <member name="P:System.Web.Mvc.ModelBinderDictionary.Count"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3467 <summary>Gets the number of elements in the model binder dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3468 <returns>The number of elements in the model binder dictionary.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3469 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3470 <member name="P:System.Web.Mvc.ModelBinderDictionary.DefaultBinder"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3471 <summary>Gets or sets the default model binder.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3472 <returns>The default model binder.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3473 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3474 <member name="M:System.Web.Mvc.ModelBinderDictionary.GetBinder(System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3475 <summary>Retrieves the model binder for the specified type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3476 <returns>The model binder.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3477 <param name="modelType">The type of the model to retrieve.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3478 <exception cref="T:System.ArgumentNullException">The <paramref name="modelType" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3479 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3480 <member name="M:System.Web.Mvc.ModelBinderDictionary.GetBinder(System.Type,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3481 <summary>Retrieves the model binder for the specified type or retrieves the default model binder.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3482 <returns>The model binder.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3483 <param name="modelType">The type of the model to retrieve.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3484 <param name="fallbackToDefault">true to retrieve the default model binder.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3485 <exception cref="T:System.ArgumentNullException">The <paramref name="modelType" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3486 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3487 <member name="M:System.Web.Mvc.ModelBinderDictionary.GetEnumerator"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3488 <summary>Returns an enumerator that can be used to iterate through the collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3489 <returns>An enumerator that can be used to iterate through the collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3490 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3491 <member name="P:System.Web.Mvc.ModelBinderDictionary.IsReadOnly"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3492 <summary>Gets a value that indicates whether the model binder dictionary is read-only.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3493 <returns>true if the model binder dictionary is read-only; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3494 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3495 <member name="P:System.Web.Mvc.ModelBinderDictionary.Item(System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3496 <summary>Gets or sets the specified key in an object that implements the <see cref="T:System.Web.Mvc.IModelBinder" /> interface.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3497 <returns>The key for the specified item.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3498 <param name="key">The item key.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3499 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3500 <member name="P:System.Web.Mvc.ModelBinderDictionary.Keys"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3501 <summary>Gets a collection that contains the keys in the model binder dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3502 <returns>A collection that contains the keys in the model binder dictionary.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3503 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3504 <member name="M:System.Web.Mvc.ModelBinderDictionary.Remove(System.Collections.Generic.KeyValuePair{System.Type,System.Web.Mvc.IModelBinder})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3505 <summary>Removes the first occurrence of the specified element from the model binder dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3506 <returns>true if <paramref name="item" /> was successfully removed from the model binder dictionary; otherwise, false. This method also returns false if <paramref name="item" /> is not found in the model binder dictionary.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3507 <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1" /> object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3508 <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1" /> object is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3509 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3510 <member name="M:System.Web.Mvc.ModelBinderDictionary.Remove(System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3511 <summary>Removes the element that has the specified key from the model binder dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3512 <returns>true if the element is successfully removed; otherwise, false. This method also returns false if <paramref name="key" /> was not found in the model binder dictionary.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3513 <param name="key">The key of the element to remove.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3514 <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IDictionary`2" /> object is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3515 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3516 <paramref name="key" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3517 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3518 <member name="M:System.Web.Mvc.ModelBinderDictionary.System#Collections#IEnumerable#GetEnumerator"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3519 <summary>Returns an enumerator that can be used to iterate through a collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3520 <returns>An enumerator that can be used to iterate through the collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3521 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3522 <member name="M:System.Web.Mvc.ModelBinderDictionary.TryGetValue(System.Type,System.Web.Mvc.IModelBinder@)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3523 <summary>Gets the value that is associated with the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3524 <returns>true if the object that implements <see cref="T:System.Collections.Generic.IDictionary`2" /> contains an element that has the specified key; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3525 <param name="key">The key of the value to get.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3526 <param name="value">When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the <paramref name="value" /> parameter. This parameter is passed uninitialized.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3527 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3528 <paramref name="key" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3529 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3530 <member name="P:System.Web.Mvc.ModelBinderDictionary.Values"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3531 <summary>Gets a collection that contains the values in the model binder dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3532 <returns>A collection that contains the values in the model binder dictionary.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3533 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3534 <member name="T:System.Web.Mvc.ModelBinderProviderCollection"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3535 <summary>Provides a container for model binder providers.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3536 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3537 <member name="M:System.Web.Mvc.ModelBinderProviderCollection.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3538 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelBinderProviderCollection" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3539 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3540 <member name="M:System.Web.Mvc.ModelBinderProviderCollection.#ctor(System.Collections.Generic.IList{System.Web.Mvc.IModelBinderProvider})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3541 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelBinderProviderCollection" /> class using a list of model binder providers.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3542 <param name="list">A list of model binder providers.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3543 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3544 <member name="M:System.Web.Mvc.ModelBinderProviderCollection.GetBinder(System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3545 <summary>Returns a model binder of the specified type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3546 <returns>A model binder of the specified type.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3547 <param name="modelType">The type of the model binder.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3548 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3549 <member name="M:System.Web.Mvc.ModelBinderProviderCollection.InsertItem(System.Int32,System.Web.Mvc.IModelBinderProvider)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3550 <summary>Inserts a model binder provider into the <see cref="T:System.Web.Mvc.ModelBinderProviderCollection" /> at the specified index.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3551 <param name="index">The index.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3552 <param name="item">The model binder provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3553 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3554 <member name="M:System.Web.Mvc.ModelBinderProviderCollection.SetItem(System.Int32,System.Web.Mvc.IModelBinderProvider)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3555 <summary>Replaces the model binder provider element at the specified index.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3556 <param name="index">The index.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3557 <param name="item">The model binder provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3558 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3559 <member name="T:System.Web.Mvc.ModelBinderProviders"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3560 <summary>Provides a container for model binder providers.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3561 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3562 <member name="P:System.Web.Mvc.ModelBinderProviders.BinderProviders"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3563 <summary>Provides a registration point for model binder providers for applications that do not use dependency injection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3564 <returns>The model binder provider collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3565 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3566 <member name="T:System.Web.Mvc.ModelBinders"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3567 <summary>Provides global access to the model binders for the application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3568 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3569 <member name="P:System.Web.Mvc.ModelBinders.Binders"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3570 <summary>Gets the model binders for the application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3571 <returns>The model binders for the application.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3572 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3573 <member name="T:System.Web.Mvc.ModelBindingContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3574 <summary>Provides the context in which a model binder functions.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3575 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3576 <member name="M:System.Web.Mvc.ModelBindingContext.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3577 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelBindingContext" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3578 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3579 <member name="M:System.Web.Mvc.ModelBindingContext.#ctor(System.Web.Mvc.ModelBindingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3580 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelBindingContext" /> class using the binding context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3581 <param name="bindingContext">The binding context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3582 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3583 <member name="P:System.Web.Mvc.ModelBindingContext.FallbackToEmptyPrefix"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3584 <summary>Gets or sets a value that indicates whether the binder should use an empty prefix.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3585 <returns>true if the binder should use an empty prefix; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3586 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3587 <member name="P:System.Web.Mvc.ModelBindingContext.Model"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3588 <summary>Gets or sets the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3589 <returns>The model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3590 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3591 <member name="P:System.Web.Mvc.ModelBindingContext.ModelMetadata"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3592 <summary>Gets or sets the model metadata.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3593 <returns>The model metadata.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3594 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3595 <member name="P:System.Web.Mvc.ModelBindingContext.ModelName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3596 <summary>Gets or sets the name of the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3597 <returns>The name of the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3598 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3599 <member name="P:System.Web.Mvc.ModelBindingContext.ModelState"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3600 <summary>Gets or sets the state of the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3601 <returns>The state of the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3602 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3603 <member name="P:System.Web.Mvc.ModelBindingContext.ModelType"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3604 <summary>Gets or sets the type of the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3605 <returns>The type of the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3606 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3607 <member name="P:System.Web.Mvc.ModelBindingContext.PropertyFilter"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3608 <summary>Gets or sets the property filter.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3609 <returns>The property filter.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3610 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3611 <member name="P:System.Web.Mvc.ModelBindingContext.PropertyMetadata"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3612 <summary>Gets the property metadata.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3613 <returns>The property metadata.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3614 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3615 <member name="P:System.Web.Mvc.ModelBindingContext.ValueProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3616 <summary>Gets or sets the value provider.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3617 <returns>The value provider.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3618 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3619 <member name="T:System.Web.Mvc.ModelClientValidationEqualToRule"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3620 <summary>Provides a container for an equality validation rule that is sent to the browser.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3621 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3622 <member name="M:System.Web.Mvc.ModelClientValidationEqualToRule.#ctor(System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3623 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelClientValidationEqualToRule" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3624 <param name="errorMessage">The error message.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3625 <param name="other">The model value used for equality comparison.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3626 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3627 <member name="T:System.Web.Mvc.ModelClientValidationRangeRule"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3628 <summary>Provides a container for a range-validation rule that is sent to the browser.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3629 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3630 <member name="M:System.Web.Mvc.ModelClientValidationRangeRule.#ctor(System.String,System.Object,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3631 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelClientValidationRangeRule" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3632 <param name="errorMessage">The error message.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3633 <param name="minValue">The minimum value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3634 <param name="maxValue">The maximum value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3635 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3636 <member name="T:System.Web.Mvc.ModelClientValidationRegexRule"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3637 <summary>Provides a container for a regular-expression client validation rule that is sent to the browser.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3638 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3639 <member name="M:System.Web.Mvc.ModelClientValidationRegexRule.#ctor(System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3640 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelClientValidationRegexRule" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3641 <param name="errorMessage">The error message to display when the regular expression validation fails.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3642 <param name="pattern">The regular expression.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3643 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3644 <member name="T:System.Web.Mvc.ModelClientValidationRemoteRule"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3645 <summary>Provides a container for a remote validation rule that is sent to the browser.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3646 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3647 <member name="M:System.Web.Mvc.ModelClientValidationRemoteRule.#ctor(System.String,System.String,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3648 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelClientValidationRemoteRule" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3649 <param name="errorMessage">The error message.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3650 <param name="url">The URL for the validation parameters.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3651 <param name="httpMethod">The HTTP method for the validation parameters.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3652 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3653 <member name="T:System.Web.Mvc.ModelClientValidationRequiredRule"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3654 <summary>Provides a container for client validation for required field.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3655 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3656 <member name="M:System.Web.Mvc.ModelClientValidationRequiredRule.#ctor(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3657 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelClientValidationRule" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3658 <param name="errorMessage">The error message to display when a value for the required field is not provided.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3659 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3660 <member name="T:System.Web.Mvc.ModelClientValidationRule"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3661 <summary>Provides a base class container for a client validation rule that is sent to the browser.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3662 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3663 <member name="M:System.Web.Mvc.ModelClientValidationRule.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3664 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelClientValidationRule" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3665 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3666 <member name="P:System.Web.Mvc.ModelClientValidationRule.ErrorMessage"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3667 <summary>Gets or sets the error message for the client validation rule.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3668 <returns>The error message for the client validation rule.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3669 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3670 <member name="P:System.Web.Mvc.ModelClientValidationRule.ValidationParameters"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3671 <summary>Gets the list of validation parameters.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3672 <returns>A list of validation parameters.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3673 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3674 <member name="P:System.Web.Mvc.ModelClientValidationRule.ValidationType"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3675 <summary>Gets or sets the validation type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3676 <returns>The validation type.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3677 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3678 <member name="T:System.Web.Mvc.ModelClientValidationStringLengthRule"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3679 <summary>Provides a container for a string-length validation rule that is sent to the browser.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3680 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3681 <member name="M:System.Web.Mvc.ModelClientValidationStringLengthRule.#ctor(System.String,System.Int32,System.Int32)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3682 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelClientValidationStringLengthRule" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3683 <param name="errorMessage">The validation error message.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3684 <param name="minimumLength">The minimum length of the string.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3685 <param name="maximumLength">The maximum length of the string.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3686 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3687 <member name="T:System.Web.Mvc.ModelError"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3688 <summary>Represents an error that occurs during model binding.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3689 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3690 <member name="M:System.Web.Mvc.ModelError.#ctor(System.Exception)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3691 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelError" /> class by using the specified exception.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3692 <param name="exception">The exception.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3693 <exception cref="T:System.ArgumentNullException">The <paramref name="exception" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3694 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3695 <member name="M:System.Web.Mvc.ModelError.#ctor(System.Exception,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3696 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelError" /> class by using the specified exception and error message.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3697 <param name="exception">The exception.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3698 <param name="errorMessage">The error message.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3699 <exception cref="T:System.ArgumentNullException">The <paramref name="exception" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3700 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3701 <member name="M:System.Web.Mvc.ModelError.#ctor(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3702 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelError" /> class by using the specified error message.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3703 <param name="errorMessage">The error message.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3704 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3705 <member name="P:System.Web.Mvc.ModelError.ErrorMessage"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3706 <summary>Gets or sets the error message.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3707 <returns>The error message.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3708 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3709 <member name="P:System.Web.Mvc.ModelError.Exception"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3710 <summary>Gets or sets the exception object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3711 <returns>The exception object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3712 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3713 <member name="T:System.Web.Mvc.ModelErrorCollection"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3714 <summary>A collection of <see cref="T:System.Web.Mvc.ModelError" /> instances.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3715 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3716 <member name="M:System.Web.Mvc.ModelErrorCollection.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3717 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelErrorCollection" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3718 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3719 <member name="M:System.Web.Mvc.ModelErrorCollection.Add(System.Exception)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3720 <summary>Adds the specified <see cref="T:System.Exception" /> object to the model-error collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3721 <param name="exception">The exception.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3722 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3723 <member name="M:System.Web.Mvc.ModelErrorCollection.Add(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3724 <summary>Adds the specified error message to the model-error collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3725 <param name="errorMessage">The error message.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3726 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3727 <member name="T:System.Web.Mvc.ModelMetadata"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3728 <summary>Provides a container for common metadata, for the <see cref="T:System.Web.Mvc.ModelMetadataProvider" /> class, and for the <see cref="T:System.Web.Mvc.ModelValidator" /> class for a data model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3729 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3730 <member name="M:System.Web.Mvc.ModelMetadata.#ctor(System.Web.Mvc.ModelMetadataProvider,System.Type,System.Func{System.Object},System.Type,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3731 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelMetadata" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3732 <param name="provider">The provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3733 <param name="containerType">The type of the container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3734 <param name="modelAccessor">The model accessor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3735 <param name="modelType">The type of the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3736 <param name="propertyName">The name of the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3737 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3738 <member name="P:System.Web.Mvc.ModelMetadata.AdditionalValues"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3739 <summary>Gets a dictionary that contains additional metadata about the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3740 <returns>A dictionary that contains additional metadata about the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3741 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3742 <member name="P:System.Web.Mvc.ModelMetadata.ContainerType"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3743 <summary>Gets or sets the type of the container for the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3744 <returns>The type of the container for the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3745 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3746 <member name="P:System.Web.Mvc.ModelMetadata.ConvertEmptyStringToNull"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3747 <summary>Gets or sets a value that indicates whether empty strings that are posted back in forms should be converted to null.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3748 <returns>true if empty strings that are posted back in forms should be converted to null; otherwise, false. The default value is true.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3749 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3750 <member name="P:System.Web.Mvc.ModelMetadata.DataTypeName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3751 <summary>Gets or sets meta information about the data type. </summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3752 <returns>Meta information about the data type. </returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3753 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3754 <member name="F:System.Web.Mvc.ModelMetadata.DefaultOrder"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3755 <summary>The default order value, which is 10000.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3756 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3757 <member name="P:System.Web.Mvc.ModelMetadata.Description"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3758 <summary>Gets or sets the description of the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3759 <returns>The description of the model. The default value is null.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3760 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3761 <member name="P:System.Web.Mvc.ModelMetadata.DisplayFormatString"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3762 <summary>Gets or sets the display format string for the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3763 <returns>The display format string for the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3764 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3765 <member name="P:System.Web.Mvc.ModelMetadata.DisplayName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3766 <summary>Gets or sets the display name of the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3767 <returns>The display name of the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3768 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3769 <member name="P:System.Web.Mvc.ModelMetadata.EditFormatString"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3770 <summary>Gets or sets the edit format string of the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3771 <returns>The edit format string of the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3772 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3773 <member name="M:System.Web.Mvc.ModelMetadata.FromLambdaExpression``2(System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Web.Mvc.ViewDataDictionary{``0})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3774 <summary>Returns the metadata from the <see cref="T:System.Linq.Expressions.Expression" /> parameter for the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3775 <returns>The metadata.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3776 <param name="expression">An expression that identifies the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3777 <param name="viewData">The view data dictionary.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3778 <typeparam name="TParameter">The type of the parameter.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3779 <typeparam name="TValue">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3780 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3781 <member name="M:System.Web.Mvc.ModelMetadata.FromStringExpression(System.String,System.Web.Mvc.ViewDataDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3782 <summary>Gets the metadata from the expression parameter for the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3783 <returns>The metadata for the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3784 <param name="expression">An expression that identifies the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3785 <param name="viewData">The view data dictionary.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3786 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3787 <member name="M:System.Web.Mvc.ModelMetadata.GetDisplayName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3788 <summary>Gets the display name for the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3789 <returns>The display name for the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3790 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3791 <member name="M:System.Web.Mvc.ModelMetadata.GetSimpleDisplayText"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3792 <summary>Returns the simple description of the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3793 <returns>The simple description of the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3794 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3795 <member name="M:System.Web.Mvc.ModelMetadata.GetValidators(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3796 <summary>Gets a list of validators for the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3797 <returns>A list of validators for the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3798 <param name="context">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3799 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3800 <member name="P:System.Web.Mvc.ModelMetadata.HideSurroundingHtml"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3801 <summary>Gets or sets a value that indicates whether the model object should be rendered using associated HTML elements.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3802 <returns>true if the associated HTML elements that contains the model object should be included with the object; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3803 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3804 <member name="P:System.Web.Mvc.ModelMetadata.IsComplexType"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3805 <summary>Gets or sets a value that indicates whether the model is a complex type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3806 <returns>A value that indicates whether the model is considered a complex type by the MVC framework.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3807 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3808 <member name="P:System.Web.Mvc.ModelMetadata.IsNullableValueType"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3809 <summary>Gets a value that indicates whether the type is nullable.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3810 <returns>true if the type is nullable; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3811 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3812 <member name="P:System.Web.Mvc.ModelMetadata.IsReadOnly"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3813 <summary>Gets or sets a value that indicates whether the model is read-only.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3814 <returns>true if the model is read-only; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3815 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3816 <member name="P:System.Web.Mvc.ModelMetadata.IsRequired"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3817 <summary>Gets or sets a value that indicates whether the model is required.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3818 <returns>true if the model is required; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3819 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3820 <member name="P:System.Web.Mvc.ModelMetadata.Model"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3821 <summary>Gets the value of the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3822 <returns>The value of the model. For more information about <see cref="T:System.Web.Mvc.ModelMetadata" />, see the entry ASP.NET MVC 2 Templates, Part 2: ModelMetadata on Brad Wilson's blog</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3823 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3824 <member name="P:System.Web.Mvc.ModelMetadata.ModelType"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3825 <summary>Gets the type of the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3826 <returns>The type of the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3827 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3828 <member name="P:System.Web.Mvc.ModelMetadata.NullDisplayText"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3829 <summary>Gets or sets the string to display for null values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3830 <returns>The string to display for null values.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3831 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3832 <member name="P:System.Web.Mvc.ModelMetadata.Order"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3833 <summary>Gets or sets a value that represents order of the current metadata.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3834 <returns>The order value of the current metadata.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3835 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3836 <member name="P:System.Web.Mvc.ModelMetadata.Properties"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3837 <summary>Gets a collection of model metadata objects that describe the properties of the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3838 <returns>A collection of model metadata objects that describe the properties of the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3839 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3840 <member name="P:System.Web.Mvc.ModelMetadata.PropertyName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3841 <summary>Gets the property name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3842 <returns>The property name.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3843 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3844 <member name="P:System.Web.Mvc.ModelMetadata.Provider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3845 <summary>Gets or sets the provider.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3846 <returns>The provider.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3847 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3848 <member name="P:System.Web.Mvc.ModelMetadata.RequestValidationEnabled"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3849 <summary>Gets or sets a value that indicates whether request validation is enabled.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3850 <returns>true if request validation is enabled; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3851 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3852 <member name="P:System.Web.Mvc.ModelMetadata.ShortDisplayName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3853 <summary>Gets or sets a short display name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3854 <returns>The short display name.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3855 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3856 <member name="P:System.Web.Mvc.ModelMetadata.ShowForDisplay"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3857 <summary>Gets or sets a value that indicates whether the property should be displayed in read-only views such as list and detail views.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3858 <returns>true if the model should be displayed in read-only views; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3859 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3860 <member name="P:System.Web.Mvc.ModelMetadata.ShowForEdit"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3861 <summary>Gets or sets a value that indicates whether the model should be displayed in editable views.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3862 <returns>true if the model should be displayed in editable views; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3863 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3864 <member name="P:System.Web.Mvc.ModelMetadata.SimpleDisplayText"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3865 <summary>Gets or sets the simple display string for the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3866 <returns>The simple display string for the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3867 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3868 <member name="P:System.Web.Mvc.ModelMetadata.TemplateHint"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3869 <summary>Gets or sets a hint that suggests what template to use for this model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3870 <returns>A hint that suggests what template to use for this model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3871 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3872 <member name="P:System.Web.Mvc.ModelMetadata.Watermark"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3873 <summary>Gets or sets a value that can be used as a watermark.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3874 <returns>The watermark.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3875 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3876 <member name="T:System.Web.Mvc.ModelMetadataProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3877 <summary>Provides an abstract base class for a custom metadata provider.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3878 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3879 <member name="M:System.Web.Mvc.ModelMetadataProvider.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3880 <summary>When overridden in a derived class, initializes a new instance of the object that derives from the <see cref="T:System.Web.Mvc.ModelMetadataProvider" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3881 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3882 <member name="M:System.Web.Mvc.ModelMetadataProvider.GetMetadataForProperties(System.Object,System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3883 <summary>Gets a <see cref="T:System.Web.Mvc.ModelMetadata" /> object for each property of a model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3884 <returns>A <see cref="T:System.Web.Mvc.ModelMetadata" /> object for each property of a model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3885 <param name="container">The container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3886 <param name="containerType">The type of the container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3887 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3888 <member name="M:System.Web.Mvc.ModelMetadataProvider.GetMetadataForProperty(System.Func{System.Object},System.Type,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3889 <summary>Gets metadata for the specified property.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3890 <returns>A <see cref="T:System.Web.Mvc.ModelMetadata" /> object for the property.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3891 <param name="modelAccessor">The model accessor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3892 <param name="containerType">The type of the container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3893 <param name="propertyName">The property to get the metadata model for.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3894 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3895 <member name="M:System.Web.Mvc.ModelMetadataProvider.GetMetadataForType(System.Func{System.Object},System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3896 <summary>Gets metadata for the specified model accessor and model type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3897 <returns>A <see cref="T:System.Web.Mvc.ModelMetadata" /> object for the specified model accessor and model type.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3898 <param name="modelAccessor">The model accessor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3899 <param name="modelType">The type of the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3900 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3901 <member name="T:System.Web.Mvc.ModelMetadataProviders"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3902 <summary>Provides a container for the current <see cref="T:System.Web.Mvc.ModelMetadataProvider" /> instance.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3903 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3904 <member name="P:System.Web.Mvc.ModelMetadataProviders.Current"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3905 <summary>Gets or sets the current <see cref="T:System.Web.Mvc.ModelMetadataProvider" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3906 <returns>The current <see cref="T:System.Web.Mvc.ModelMetadataProvider" /> object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3907 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3908 <member name="T:System.Web.Mvc.ModelState"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3909 <summary>Encapsulates the state of model binding to a property of an action-method argument, or to the argument itself.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3910 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3911 <member name="M:System.Web.Mvc.ModelState.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3912 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelState" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3913 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3914 <member name="P:System.Web.Mvc.ModelState.Errors"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3915 <summary>Returns a <see cref="T:System.Web.Mvc.ModelErrorCollection" /> object that contains any errors that occurred during model binding.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3916 <returns>The errors.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3917 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3918 <member name="P:System.Web.Mvc.ModelState.Value"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3919 <summary>Returns a <see cref="T:System.Web.Mvc.ValueProviderResult" /> object that encapsulates the value that was being bound during model binding.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3920 <returns>The value.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3921 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3922 <member name="T:System.Web.Mvc.ModelStateDictionary"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3923 <summary>Represents the state of an attempt to bind a posted form to an action method, which includes validation information.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3924 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3925 <member name="M:System.Web.Mvc.ModelStateDictionary.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3926 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3927 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3928 <member name="M:System.Web.Mvc.ModelStateDictionary.#ctor(System.Web.Mvc.ModelStateDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3929 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> class by using values that are copied from the specified model-state dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3930 <param name="dictionary">The model-state dictionary.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3931 <exception cref="T:System.ArgumentNullException">The <paramref name="dictionary " />parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3932 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3933 <member name="M:System.Web.Mvc.ModelStateDictionary.Add(System.Collections.Generic.KeyValuePair{System.String,System.Web.Mvc.ModelState})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3934 <summary>Adds the specified item to the model-state dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3935 <param name="item">The object to add to the model-state dictionary.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3936 <exception cref="T:System.NotSupportedException">The model-state dictionary is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3937 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3938 <member name="M:System.Web.Mvc.ModelStateDictionary.Add(System.String,System.Web.Mvc.ModelState)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3939 <summary>Adds an element that has the specified key and value to the model-state dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3940 <param name="key">The key of the element to add.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3941 <param name="value">The value of the element to add.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3942 <exception cref="T:System.NotSupportedException">The model-state dictionary is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3943 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3944 <paramref name="key" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3945 <exception cref="T:System.ArgumentException">An element that has the specified key already occurs in the model-state dictionary.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3946 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3947 <member name="M:System.Web.Mvc.ModelStateDictionary.AddModelError(System.String,System.Exception)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3948 <summary>Adds the specified model error to the errors collection for the model-state dictionary that is associated with the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3949 <param name="key">The key.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3950 <param name="exception">The exception.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3951 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3952 <member name="M:System.Web.Mvc.ModelStateDictionary.AddModelError(System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3953 <summary>Adds the specified error message to the errors collection for the model-state dictionary that is associated with the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3954 <param name="key">The key.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3955 <param name="errorMessage">The error message.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3956 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3957 <member name="M:System.Web.Mvc.ModelStateDictionary.Clear"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3958 <summary>Removes all items from the model-state dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3959 <exception cref="T:System.NotSupportedException">The model-state dictionary is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3960 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3961 <member name="M:System.Web.Mvc.ModelStateDictionary.Contains(System.Collections.Generic.KeyValuePair{System.String,System.Web.Mvc.ModelState})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3962 <summary>Determines whether the model-state dictionary contains a specific value.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3963 <returns>true if <paramref name="item" /> is found in the model-state dictionary; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3964 <param name="item">The object to locate in the model-state dictionary.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3965 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3966 <member name="M:System.Web.Mvc.ModelStateDictionary.ContainsKey(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3967 <summary>Determines whether the model-state dictionary contains the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3968 <returns>true if the model-state dictionary contains the specified key; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3969 <param name="key">The key to locate in the model-state dictionary. </param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3970 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3971 <member name="M:System.Web.Mvc.ModelStateDictionary.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Web.Mvc.ModelState}[],System.Int32)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3972 <summary>Copies the elements of the model-state dictionary to an array, starting at a specified index.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3973 <param name="array">The one-dimensional array that is the destination of the elements copied from the <see cref="T:System.Collections.Generic.ICollection`1" /> object. The array must have zero-based indexing.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3974 <param name="arrayIndex">The zero-based index in <paramref name="array" /> at which copying starts.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3975 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3976 <paramref name="array" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3977 <exception cref="T:System.ArgumentOutOfRangeException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3978 <paramref name="arrayIndex" /> is less than 0.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3979 <exception cref="T:System.ArgumentException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3980 <paramref name="array" /> is multidimensional.-or- <paramref name="arrayIndex" /> is equal to or greater than the length of <paramref name="array" />.-or- The number of elements in the source collection is greater than the available space from <paramref name="arrayIndex" /> to the end of the destination <paramref name="array" />.-or- Type <paramref name="T" /> cannot be cast automatically to the type of the destination <paramref name="array" />.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3981 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3982 <member name="P:System.Web.Mvc.ModelStateDictionary.Count"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3983 <summary>Gets the number of key/value pairs in the collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3984 <returns>The number of key/value pairs in the collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3985 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3986 <member name="M:System.Web.Mvc.ModelStateDictionary.GetEnumerator"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3987 <summary>Returns an enumerator that can be used to iterate through the collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3988 <returns>An enumerator that can be used to iterate through the collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3989 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3990 <member name="P:System.Web.Mvc.ModelStateDictionary.IsReadOnly"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3991 <summary>Gets a value that indicates whether the collection is read-only.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3992 <returns>true if the collection is read-only; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3993 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3994 <member name="P:System.Web.Mvc.ModelStateDictionary.IsValid"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3995 <summary>Gets a value that indicates whether this instance of the model-state dictionary is valid.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3996 <returns>true if this instance is valid; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3997 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3998 <member name="M:System.Web.Mvc.ModelStateDictionary.IsValidField(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
3999 <summary>Determines whether there are any <see cref="T:System.Web.Mvc.ModelError" /> objects that are associated with or prefixed with the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4000 <returns>true if the model-state dictionary contains a value that is associated with the specified key; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4001 <param name="key">The key.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4002 <exception cref="T:System.ArgumentNullException">The <paramref name="key" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4003 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4004 <member name="P:System.Web.Mvc.ModelStateDictionary.Item(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4005 <summary>Gets or sets the value that is associated with the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4006 <returns>The model state item.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4007 <param name="key">The key.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4008 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4009 <member name="P:System.Web.Mvc.ModelStateDictionary.Keys"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4010 <summary>Gets a collection that contains the keys in the dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4011 <returns>A collection that contains the keys of the model-state dictionary.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4012 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4013 <member name="M:System.Web.Mvc.ModelStateDictionary.Merge(System.Web.Mvc.ModelStateDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4014 <summary>Copies the values from the specified <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object into this dictionary, overwriting existing values if keys are the same.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4015 <param name="dictionary">The dictionary.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4016 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4017 <member name="M:System.Web.Mvc.ModelStateDictionary.Remove(System.Collections.Generic.KeyValuePair{System.String,System.Web.Mvc.ModelState})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4018 <summary>Removes the first occurrence of the specified object from the model-state dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4019 <returns>true if <paramref name="item" /> was successfully removed the model-state dictionary; otherwise, false. This method also returns false if <paramref name="item" /> is not found in the model-state dictionary.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4020 <param name="item">The object to remove from the model-state dictionary.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4021 <exception cref="T:System.NotSupportedException">The model-state dictionary is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4022 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4023 <member name="M:System.Web.Mvc.ModelStateDictionary.Remove(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4024 <summary>Removes the element that has the specified key from the model-state dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4025 <returns>true if the element is successfully removed; otherwise, false. This method also returns false if <paramref name="key" /> was not found in the model-state dictionary.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4026 <param name="key">The key of the element to remove.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4027 <exception cref="T:System.NotSupportedException">The model-state dictionary is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4028 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4029 <paramref name="key" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4030 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4031 <member name="M:System.Web.Mvc.ModelStateDictionary.SetModelValue(System.String,System.Web.Mvc.ValueProviderResult)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4032 <summary>Sets the value for the specified key by using the specified value provider dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4033 <param name="key">The key.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4034 <param name="value">The value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4035 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4036 <member name="M:System.Web.Mvc.ModelStateDictionary.System#Collections#IEnumerable#GetEnumerator"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4037 <summary>Returns an enumerator that can be used to iterate through the collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4038 <returns>An enumerator that can be used to iterate through the collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4039 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4040 <member name="M:System.Web.Mvc.ModelStateDictionary.TryGetValue(System.String,System.Web.Mvc.ModelState@)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4041 <summary>Attempts to gets the value that is associated with the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4042 <returns>true if the object that implements <see cref="T:System.Collections.Generic.IDictionary`2" /> contains an element that has the specified key; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4043 <param name="key">The key of the value to get.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4044 <param name="value">When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the <paramref name="value" /> parameter. This parameter is passed uninitialized.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4045 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4046 <paramref name="key" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4047 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4048 <member name="P:System.Web.Mvc.ModelStateDictionary.Values"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4049 <summary>Gets a collection that contains the values in the dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4050 <returns>A collection that contains the values of the model-state dictionary.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4051 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4052 <member name="T:System.Web.Mvc.ModelValidationResult"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4053 <summary>Provides a container for a validation result.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4054 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4055 <member name="M:System.Web.Mvc.ModelValidationResult.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4056 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelValidationResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4057 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4058 <member name="P:System.Web.Mvc.ModelValidationResult.MemberName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4059 <summary>Gets or sets the name of the member.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4060 <returns>The name of the member.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4061 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4062 <member name="P:System.Web.Mvc.ModelValidationResult.Message"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4063 <summary>Gets or sets the validation result message.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4064 <returns>The validation result message.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4065 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4066 <member name="T:System.Web.Mvc.ModelValidator"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4067 <summary>Provides a base class for implementing validation logic.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4068 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4069 <member name="M:System.Web.Mvc.ModelValidator.#ctor(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4070 <summary>Called from constructors in derived classes to initialize the <see cref="T:System.Web.Mvc.ModelValidator" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4071 <param name="metadata">The metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4072 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4073 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4074 <member name="P:System.Web.Mvc.ModelValidator.ControllerContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4075 <summary>Gets the controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4076 <returns>The controller context.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4077 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4078 <member name="M:System.Web.Mvc.ModelValidator.GetClientValidationRules"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4079 <summary>When implemented in a derived class, returns metadata for client validation.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4080 <returns>The metadata for client validation.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4081 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4082 <member name="M:System.Web.Mvc.ModelValidator.GetModelValidator(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4083 <summary>Returns a composite model validator for the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4084 <returns>A composite model validator for the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4085 <param name="metadata">The metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4086 <param name="context">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4087 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4088 <member name="P:System.Web.Mvc.ModelValidator.IsRequired"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4089 <summary>Gets or sets a value that indicates whether a model property is required.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4090 <returns>true if the model property is required; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4091 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4092 <member name="P:System.Web.Mvc.ModelValidator.Metadata"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4093 <summary>Gets the metadata for the model validator.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4094 <returns>The metadata for the model validator.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4095 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4096 <member name="M:System.Web.Mvc.ModelValidator.Validate(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4097 <summary>When implemented in a derived class, validates the object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4098 <returns>A list of validation results.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4099 <param name="container">The container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4100 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4101 <member name="T:System.Web.Mvc.ModelValidatorProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4102 <summary>Provides a list of validators for a model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4103 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4104 <member name="M:System.Web.Mvc.ModelValidatorProvider.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4105 <summary>When implemented in a derived class, initializes a new instance of the <see cref="T:System.Web.Mvc.ModelValidatorProvider" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4106 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4107 <member name="M:System.Web.Mvc.ModelValidatorProvider.GetValidators(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4108 <summary>Gets a list of validators.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4109 <returns>A list of validators.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4110 <param name="metadata">The metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4111 <param name="context">The context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4112 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4113 <member name="T:System.Web.Mvc.ModelValidatorProviderCollection"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4114 <summary>Provides a container for a list of validation providers.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4115 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4116 <member name="M:System.Web.Mvc.ModelValidatorProviderCollection.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4117 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelValidatorProviderCollection" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4118 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4119 <member name="M:System.Web.Mvc.ModelValidatorProviderCollection.#ctor(System.Collections.Generic.IList{System.Web.Mvc.ModelValidatorProvider})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4120 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ModelValidatorProviderCollection" /> class using a list of model-validation providers.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4121 <param name="list">A list of model-validation providers.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4122 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4123 <member name="M:System.Web.Mvc.ModelValidatorProviderCollection.GetValidators(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4124 <summary>Returns the list of model validators.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4125 <returns>The list of model validators.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4126 <param name="metadata">The model metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4127 <param name="context">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4128 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4129 <member name="M:System.Web.Mvc.ModelValidatorProviderCollection.InsertItem(System.Int32,System.Web.Mvc.ModelValidatorProvider)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4130 <summary>Inserts a model-validator provider into the collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4131 <param name="index">The zero-based index at which item should be inserted.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4132 <param name="item">The model-validator provider object to insert.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4133 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4134 <member name="M:System.Web.Mvc.ModelValidatorProviderCollection.SetItem(System.Int32,System.Web.Mvc.ModelValidatorProvider)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4135 <summary>Replaces the model-validator provider element at the specified index.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4136 <param name="index">The zero-based index of the model-validator provider element to replace.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4137 <param name="item">The new value for the model-validator provider element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4138 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4139 <member name="T:System.Web.Mvc.ModelValidatorProviders"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4140 <summary>Provides a container for the current validation provider.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4141 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4142 <member name="P:System.Web.Mvc.ModelValidatorProviders.Providers"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4143 <summary>Gets the model validator provider collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4144 <returns>The model validator provider collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4145 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4146 <member name="T:System.Web.Mvc.MultiSelectList"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4147 <summary>Represents a list of items that users can select more than one item from.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4148 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4149 <member name="M:System.Web.Mvc.MultiSelectList.#ctor(System.Collections.IEnumerable)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4150 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.MultiSelectList" /> class by using the specified items to include in the list.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4151 <param name="items">The items.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4152 <exception cref="T:System.ArgumentNullException">The <paramref name="items" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4153 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4154 <member name="M:System.Web.Mvc.MultiSelectList.#ctor(System.Collections.IEnumerable,System.Collections.IEnumerable)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4155 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.MultiSelectList" /> class by using the specified items to include in the list and the selected values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4156 <param name="items">The items.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4157 <param name="selectedValues">The selected values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4158 <exception cref="T:System.ArgumentNullException">The <paramref name="items" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4159 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4160 <member name="M:System.Web.Mvc.MultiSelectList.#ctor(System.Collections.IEnumerable,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4161 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.MultiSelectList" /> class by using the items to include in the list, the data value field, and the data text field.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4162 <param name="items">The items.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4163 <param name="dataValueField">The data value field.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4164 <param name="dataTextField">The data text field.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4165 <exception cref="T:System.ArgumentNullException">The <paramref name="items" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4166 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4167 <member name="M:System.Web.Mvc.MultiSelectList.#ctor(System.Collections.IEnumerable,System.String,System.String,System.Collections.IEnumerable)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4168 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.MultiSelectList" /> class by using the items to include in the list, the data value field, the data text field, and the selected values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4169 <param name="items">The items.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4170 <param name="dataValueField">The data value field.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4171 <param name="dataTextField">The data text field.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4172 <param name="selectedValues">The selected values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4173 <exception cref="T:System.ArgumentNullException">The <paramref name="items" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4174 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4175 <member name="P:System.Web.Mvc.MultiSelectList.DataTextField"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4176 <summary>Gets or sets the data text field.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4177 <returns>The data text field.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4178 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4179 <member name="P:System.Web.Mvc.MultiSelectList.DataValueField"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4180 <summary>Gets or sets the data value field.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4181 <returns>The data value field.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4182 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4183 <member name="M:System.Web.Mvc.MultiSelectList.GetEnumerator"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4184 <summary>Returns an enumerator that can be used to iterate through the collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4185 <returns>An enumerator that can be used to iterate through the collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4186 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4187 <member name="P:System.Web.Mvc.MultiSelectList.Items"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4188 <summary>Gets or sets the items in the list.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4189 <returns>The items in the list.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4190 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4191 <member name="P:System.Web.Mvc.MultiSelectList.SelectedValues"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4192 <summary>Gets or sets the selected values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4193 <returns>The selected values.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4194 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4195 <member name="M:System.Web.Mvc.MultiSelectList.System#Collections#IEnumerable#GetEnumerator"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4196 <summary>Returns an enumerator can be used to iterate through a collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4197 <returns>An enumerator that can be used to iterate through the collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4198 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4199 <member name="T:System.Web.Mvc.MvcFilter"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4200 <summary>When implemented in a derived class, provides a metadata class that contains a reference to the implementation of one or more of the filter interfaces, the filter's order, and the filter's scope.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4201 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4202 <member name="M:System.Web.Mvc.MvcFilter.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4203 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.MvcFilter" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4204 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4205 <member name="M:System.Web.Mvc.MvcFilter.#ctor(System.Boolean,System.Int32)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4206 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.MvcFilter" /> class and specifies the order of filters and whether multiple filters are allowed.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4207 <param name="allowMultiple">true to specify that multiple filters of the same type are allowed; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4208 <param name="order">The filter order.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4209 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4210 <member name="P:System.Web.Mvc.MvcFilter.AllowMultiple"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4211 <summary>Gets a value that indicates whether more than one instance of the filter attribute can be specified.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4212 <returns>true if more than one instance of the filter attribute is allowed; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4213 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4214 <member name="P:System.Web.Mvc.MvcFilter.Order"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4215 <summary>Gets a value that indicates the order in which a filter is applied.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4216 <returns>A value that indicates the order in which a filter is applied.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4217 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4218 <member name="T:System.Web.Mvc.MvcHandler"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4219 <summary>Selects the controller that will handle an HTTP request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4220 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4221 <member name="M:System.Web.Mvc.MvcHandler.#ctor(System.Web.Routing.RequestContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4222 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.MvcHandler" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4223 <param name="requestContext">The request context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4224 <exception cref="T:System.ArgumentNullException">The <paramref name="requestContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4225 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4226 <member name="M:System.Web.Mvc.MvcHandler.AddVersionHeader(System.Web.HttpContextBase)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4227 <summary>Adds the version header by using the specified HTTP context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4228 <param name="httpContext">The HTTP context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4229 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4230 <member name="M:System.Web.Mvc.MvcHandler.BeginProcessRequest(System.Web.HttpContext,System.AsyncCallback,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4231 <summary>Called by ASP.NET to begin asynchronous request processing.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4232 <returns>The status of the asynchronous call.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4233 <param name="httpContext">The HTTP context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4234 <param name="callback">The asynchronous callback method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4235 <param name="state">The state of the asynchronous object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4236 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4237 <member name="M:System.Web.Mvc.MvcHandler.BeginProcessRequest(System.Web.HttpContextBase,System.AsyncCallback,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4238 <summary>Called by ASP.NET to begin asynchronous request processing using the base HTTP context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4239 <returns>The status of the asynchronous call.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4240 <param name="httpContext">The HTTP context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4241 <param name="callback">The asynchronous callback method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4242 <param name="state">The state of the asynchronous object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4243 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4244 <member name="P:System.Web.Mvc.MvcHandler.DisableMvcResponseHeader"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4245 <summary>Gets or sets a value that indicates whether the MVC response header is disabled.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4246 <returns>true if the MVC response header is disabled; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4247 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4248 <member name="M:System.Web.Mvc.MvcHandler.EndProcessRequest(System.IAsyncResult)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4249 <summary>Called by ASP.NET when asynchronous request processing has ended.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4250 <param name="asyncResult">The asynchronous result.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4251 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4252 <member name="P:System.Web.Mvc.MvcHandler.IsReusable"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4253 <summary>Gets a value that indicates whether another request can use the <see cref="T:System.Web.IHttpHandler" /> instance.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4254 <returns>true if the <see cref="T:System.Web.IHttpHandler" /> instance is reusable; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4255 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4256 <member name="F:System.Web.Mvc.MvcHandler.MvcVersionHeaderName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4257 <summary>Contains the header name of the ASP.NET MVC version.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4258 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4259 <member name="M:System.Web.Mvc.MvcHandler.ProcessRequest(System.Web.HttpContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4260 <summary>Processes the request by using the specified HTTP request context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4261 <param name="httpContext">The HTTP context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4262 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4263 <member name="M:System.Web.Mvc.MvcHandler.ProcessRequest(System.Web.HttpContextBase)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4264 <summary>Processes the request by using the specified base HTTP request context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4265 <param name="httpContext">The HTTP context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4266 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4267 <member name="P:System.Web.Mvc.MvcHandler.RequestContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4268 <summary>Gets the request context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4269 <returns>The request context.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4270 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4271 <member name="M:System.Web.Mvc.MvcHandler.System#Web#IHttpAsyncHandler#BeginProcessRequest(System.Web.HttpContext,System.AsyncCallback,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4272 <summary>Called by ASP.NET to begin asynchronous request processing using the base HTTP context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4273 <returns>The status of the asynchronous call.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4274 <param name="context">The HTTP context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4275 <param name="cb">The asynchronous callback method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4276 <param name="extraData">The data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4277 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4278 <member name="M:System.Web.Mvc.MvcHandler.System#Web#IHttpAsyncHandler#EndProcessRequest(System.IAsyncResult)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4279 <summary>Called by ASP.NET when asynchronous request processing has ended.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4280 <param name="result">The asynchronous result.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4281 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4282 <member name="P:System.Web.Mvc.MvcHandler.System#Web#IHttpHandler#IsReusable"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4283 <summary>Gets a value that indicates whether another request can use the <see cref="T:System.Web.IHttpHandler" /> instance.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4284 <returns>true if the <see cref="T:System.Web.IHttpHandler" /> instance is reusable; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4285 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4286 <member name="M:System.Web.Mvc.MvcHandler.System#Web#IHttpHandler#ProcessRequest(System.Web.HttpContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4287 <summary>Enables processing of HTTP Web requests by a custom HTTP handler that implements the <see cref="T:System.Web.IHttpHandler" /> interface.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4288 <param name="httpContext">An <see cref="T:System.Web.HttpContext" /> object that provides references to the intrinsic server objects (for example, Request, Response, Session, and Server) that are used to service HTTP requests.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4289 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4290 <member name="T:System.Web.Mvc.MvcHtmlString"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4291 <summary>Represents an HTML-encoded string that should not be encoded again.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4292 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4293 <member name="M:System.Web.Mvc.MvcHtmlString.#ctor(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4294 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.MvcHtmlString" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4295 <param name="value">The string to create. If no value is assigned, the object is created using an empty-string value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4296 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4297 <member name="M:System.Web.Mvc.MvcHtmlString.Create(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4298 <summary>Creates an HTML-encoded string using the specified text value.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4299 <returns>An HTML-encoded string.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4300 <param name="value">The value of the string to create .</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4301 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4302 <member name="F:System.Web.Mvc.MvcHtmlString.Empty"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4303 <summary>Contains an empty HTML string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4304 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4305 <member name="M:System.Web.Mvc.MvcHtmlString.IsNullOrEmpty(System.Web.Mvc.MvcHtmlString)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4306 <summary>Determines whether the specified string contains content or is either null or empty.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4307 <returns>true if the string is null or empty; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4308 <param name="value">The string.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4309 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4310 <member name="T:System.Web.Mvc.MvcHttpHandler"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4311 <summary>Verifies and processes an HTTP request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4312 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4313 <member name="M:System.Web.Mvc.MvcHttpHandler.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4314 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.MvcHttpHandler" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4315 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4316 <member name="M:System.Web.Mvc.MvcHttpHandler.BeginProcessRequest(System.Web.HttpContext,System.AsyncCallback,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4317 <summary>Called by ASP.NET to begin asynchronous request processing.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4318 <returns>The status of the asynchronous call.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4319 <param name="httpContext">The HTTP context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4320 <param name="callback">The asynchronous callback method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4321 <param name="state">The state.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4322 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4323 <member name="M:System.Web.Mvc.MvcHttpHandler.BeginProcessRequest(System.Web.HttpContextBase,System.AsyncCallback,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4324 <summary>Called by ASP.NET to begin asynchronous request processing.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4325 <returns>The status of the asynchronous call.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4326 <param name="httpContext">The base HTTP context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4327 <param name="callback">The asynchronous callback method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4328 <param name="state">The state.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4329 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4330 <member name="M:System.Web.Mvc.MvcHttpHandler.EndProcessRequest(System.IAsyncResult)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4331 <summary>Called by ASP.NET when asynchronous request processing has ended.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4332 <param name="asyncResult">The asynchronous result.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4333 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4334 <member name="M:System.Web.Mvc.MvcHttpHandler.System#Web#IHttpAsyncHandler#BeginProcessRequest(System.Web.HttpContext,System.AsyncCallback,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4335 <summary>Called by ASP.NET to begin asynchronous request processing.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4336 <returns>The status of the asynchronous call.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4337 <param name="context">The context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4338 <param name="cb">The asynchronous callback method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4339 <param name="extraData">An object that contains data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4340 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4341 <member name="M:System.Web.Mvc.MvcHttpHandler.System#Web#IHttpAsyncHandler#EndProcessRequest(System.IAsyncResult)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4342 <summary>Called by ASP.NET when asynchronous request processing has ended.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4343 <param name="result">The status of the asynchronous operations.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4344 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4345 <member name="M:System.Web.Mvc.MvcHttpHandler.VerifyAndProcessRequest(System.Web.IHttpHandler,System.Web.HttpContextBase)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4346 <summary>Verifies and processes an HTTP request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4347 <param name="httpHandler">The HTTP handler.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4348 <param name="httpContext">The HTTP context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4349 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4350 <member name="T:System.Web.Mvc.MvcRouteHandler"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4351 <summary>Creates an object that implements the IHttpHandler interface and passes the request context to it.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4352 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4353 <member name="M:System.Web.Mvc.MvcRouteHandler.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4354 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.MvcRouteHandler" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4355 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4356 <member name="M:System.Web.Mvc.MvcRouteHandler.#ctor(System.Web.Mvc.IControllerFactory)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4357 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.MvcRouteHandler" /> class using the specified factory controller object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4358 <param name="controllerFactory">The controller factory.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4359 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4360 <member name="M:System.Web.Mvc.MvcRouteHandler.GetHttpHandler(System.Web.Routing.RequestContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4361 <summary>Returns the HTTP handler by using the specified HTTP context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4362 <returns>The HTTP handler.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4363 <param name="requestContext">The request context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4364 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4365 <member name="M:System.Web.Mvc.MvcRouteHandler.GetSessionStateBehavior(System.Web.Routing.RequestContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4366 <summary>Returns the session behavior.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4367 <returns>The session behavior.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4368 <param name="requestContext">The request context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4369 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4370 <member name="M:System.Web.Mvc.MvcRouteHandler.System#Web#Routing#IRouteHandler#GetHttpHandler(System.Web.Routing.RequestContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4371 <summary>Returns the HTTP handler by using the specified request context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4372 <returns>The HTTP handler.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4373 <param name="requestContext">The request context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4374 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4375 <member name="T:System.Web.Mvc.MvcWebRazorHostFactory"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4376 <summary>Creates instances of <see cref="T:System.Web.Mvc.MvcWebPageRazorHost" /> files.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4377 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4378 <member name="M:System.Web.Mvc.MvcWebRazorHostFactory.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4379 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.MvcWebRazorHostFactory" /> class. </summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4380 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4381 <member name="M:System.Web.Mvc.MvcWebRazorHostFactory.CreateHost(System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4382 <summary>Creates a Razor host.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4383 <returns>A Razor host.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4384 <param name="virtualPath">The virtual path to the target file.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4385 <param name="physicalPath">The physical path to the target file.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4386 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4387 <member name="T:System.Web.Mvc.NameValueCollectionExtensions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4388 <summary>Extends a NameValueCollection object so that the collection can be copied to a specified dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4389 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4390 <member name="M:System.Web.Mvc.NameValueCollectionExtensions.CopyTo(System.Collections.Specialized.NameValueCollection,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4391 <summary>Copies the specified collection to the specified destination.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4392 <param name="collection">The collection.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4393 <param name="destination">The destination.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4394 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4395 <member name="M:System.Web.Mvc.NameValueCollectionExtensions.CopyTo(System.Collections.Specialized.NameValueCollection,System.Collections.Generic.IDictionary{System.String,System.Object},System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4396 <summary>Copies the specified collection to the specified destination, and optionally replaces previous entries.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4397 <param name="collection">The collection.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4398 <param name="destination">The destination.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4399 <param name="replaceEntries">true to replace previous entries; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4400 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4401 <member name="T:System.Web.Mvc.NameValueCollectionValueProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4402 <summary>Represents the base class for value providers whose values come from a <see cref="T:System.Collections.Specialized.NameValueCollection" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4403 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4404 <member name="M:System.Web.Mvc.NameValueCollectionValueProvider.#ctor(System.Collections.Specialized.NameValueCollection,System.Collections.Specialized.NameValueCollection,System.Globalization.CultureInfo)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4405 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.NameValueCollectionValueProvider" /> class using the specified unvalidated collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4406 <param name="collection">A collection that contains the values that are used to initialize the provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4407 <param name="unvalidatedCollection">A collection that contains the values that are used to initialize the provider. This collection will not be validated.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4408 <param name="culture">An object that contains information about the target culture.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4409 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4410 <member name="M:System.Web.Mvc.NameValueCollectionValueProvider.#ctor(System.Collections.Specialized.NameValueCollection,System.Globalization.CultureInfo)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4411 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.NameValueCollectionValueProvider" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4412 <param name="collection">A collection that contains the values that are used to initialize the provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4413 <param name="culture">An object that contains information about the target culture.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4414 <exception cref="T:System.ArgumentNullException">The <paramref name="collection" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4415 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4416 <member name="M:System.Web.Mvc.NameValueCollectionValueProvider.ContainsPrefix(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4417 <summary>Determines whether the collection contains the specified prefix.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4418 <returns>true if the collection contains the specified prefix; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4419 <param name="prefix">The prefix to search for.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4420 <exception cref="T:System.ArgumentNullException">The <paramref name="prefix" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4421 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4422 <member name="M:System.Web.Mvc.NameValueCollectionValueProvider.GetValue(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4423 <summary>Returns a value object using the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4424 <returns>The value object for the specified key.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4425 <param name="key">The key of the value object to retrieve.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4426 <exception cref="T:System.ArgumentNullException">The <paramref name="key" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4427 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4428 <member name="M:System.Web.Mvc.NameValueCollectionValueProvider.GetValue(System.String,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4429 <summary>Returns a value object using the specified key and validation directive.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4430 <returns>The value object for the specified key.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4431 <param name="key">The key.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4432 <param name="skipValidation">true if validation should be skipped; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4433 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4434 <member name="T:System.Web.Mvc.NoAsyncTimeoutAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4435 <summary>Provides a convenience wrapper for the <see cref="T:System.Web.Mvc.AsyncTimeoutAttribute" /> attribute.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4436 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4437 <member name="M:System.Web.Mvc.NoAsyncTimeoutAttribute.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4438 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.NoAsyncTimeoutAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4439 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4440 <member name="T:System.Web.Mvc.NonActionAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4441 <summary>Represents an attribute that is used to indicate that a controller method is not an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4442 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4443 <member name="M:System.Web.Mvc.NonActionAttribute.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4444 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.NonActionAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4445 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4446 <member name="M:System.Web.Mvc.NonActionAttribute.IsValidForRequest(System.Web.Mvc.ControllerContext,System.Reflection.MethodInfo)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4447 <summary>Determines whether the attribute marks a method that is not an action method by using the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4448 <returns>true if the attribute marks a valid non-action method; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4449 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4450 <param name="methodInfo">The method information.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4451 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4452 <member name="T:System.Web.Mvc.OutputCacheAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4453 <summary>Represents an attribute that is used to mark an action method whose output will be cached.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4454 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4455 <member name="M:System.Web.Mvc.OutputCacheAttribute.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4456 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.OutputCacheAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4457 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4458 <member name="P:System.Web.Mvc.OutputCacheAttribute.CacheProfile"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4459 <summary>Gets or sets the cache profile name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4460 <returns>The cache profile name.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4461 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4462 <member name="P:System.Web.Mvc.OutputCacheAttribute.ChildActionCache"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4463 <summary>Gets or sets the child action cache.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4464 <returns>The child action cache.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4465 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4466 <member name="P:System.Web.Mvc.OutputCacheAttribute.Duration"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4467 <summary>Gets or sets the cache duration, in seconds.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4468 <returns>The cache duration.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4469 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4470 <member name="M:System.Web.Mvc.OutputCacheAttribute.IsChildActionCacheActive(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4471 <summary>Returns a value that indicates whether a child action cache is active.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4472 <returns>true if the child action cache is active; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4473 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4474 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4475 <member name="P:System.Web.Mvc.OutputCacheAttribute.Location"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4476 <summary>Gets or sets the location.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4477 <returns>The location.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4478 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4479 <member name="P:System.Web.Mvc.OutputCacheAttribute.NoStore"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4480 <summary>Gets or sets a value that indicates whether to store the cache.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4481 <returns>true if the cache should be stored; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4482 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4483 <member name="M:System.Web.Mvc.OutputCacheAttribute.OnActionExecuted(System.Web.Mvc.ActionExecutedContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4484 <summary>This method is an implementation of <see cref="M:System.Web.Mvc.IActionFilter.OnActionExecuted(System.Web.Mvc.ActionExecutedContext)" /> and supports the ASP.NET MVC infrastructure. It is not intended to be used directly from your code. </summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4485 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4486 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4487 <member name="M:System.Web.Mvc.OutputCacheAttribute.OnActionExecuting(System.Web.Mvc.ActionExecutingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4488 <summary>This method is an implementation of <see cref="M:System.Web.Mvc.IActionFilter.OnActionExecuting(System.Web.Mvc.ActionExecutingContext)" /> and supports the ASP.NET MVC infrastructure. It is not intended to be used directly from your code.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4489 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4490 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4491 <member name="M:System.Web.Mvc.OutputCacheAttribute.OnException(System.Web.Mvc.ExceptionContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4492 <summary>This method is an implementation of <see cref="M:System.Web.Mvc.IExceptionFilter.OnException(System.Web.Mvc.ExceptionContext)" /> and supports the ASP.NET MVC infrastructure. It is not intended to be used directly from your code.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4493 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4494 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4495 <member name="M:System.Web.Mvc.OutputCacheAttribute.OnResultExecuted(System.Web.Mvc.ResultExecutedContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4496 <summary>This method is an implementation of <see cref="M:System.Web.Mvc.IResultFilter.OnResultExecuted(System.Web.Mvc.ResultExecutedContext)" /> and supports the ASP.NET MVC infrastructure. It is not intended to be used directly from your code.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4497 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4498 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4499 <member name="M:System.Web.Mvc.OutputCacheAttribute.OnResultExecuting(System.Web.Mvc.ResultExecutingContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4500 <summary>Called before the action result executes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4501 <param name="filterContext">The filter context, which encapsulates information for using <see cref="T:System.Web.Mvc.AuthorizeAttribute" />.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4502 <exception cref="T:System.ArgumentNullException">The <paramref name="filterContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4503 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4504 <member name="P:System.Web.Mvc.OutputCacheAttribute.SqlDependency"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4505 <summary>Gets or sets the SQL dependency.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4506 <returns>The SQL dependency.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4507 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4508 <member name="P:System.Web.Mvc.OutputCacheAttribute.VaryByContentEncoding"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4509 <summary>Gets or sets the vary-by-content encoding.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4510 <returns>The vary-by-content encoding.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4511 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4512 <member name="P:System.Web.Mvc.OutputCacheAttribute.VaryByCustom"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4513 <summary>Gets or sets the vary-by-custom value.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4514 <returns>The vary-by-custom value.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4515 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4516 <member name="P:System.Web.Mvc.OutputCacheAttribute.VaryByHeader"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4517 <summary>Gets or sets the vary-by-header value.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4518 <returns>The vary-by-header value.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4519 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4520 <member name="P:System.Web.Mvc.OutputCacheAttribute.VaryByParam"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4521 <summary>Gets or sets the vary-by-param value.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4522 <returns>The vary-by-param value.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4523 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4524 <member name="T:System.Web.Mvc.ParameterBindingInfo"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4525 <summary>Encapsulates information for binding action-method parameters to a data model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4526 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4527 <member name="M:System.Web.Mvc.ParameterBindingInfo.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4528 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ParameterBindingInfo" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4529 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4530 <member name="P:System.Web.Mvc.ParameterBindingInfo.Binder"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4531 <summary>Gets the model binder.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4532 <returns>The model binder.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4533 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4534 <member name="P:System.Web.Mvc.ParameterBindingInfo.Exclude"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4535 <summary>Gets a comma-delimited list of property names for which binding is disabled.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4536 <returns>The exclude list.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4537 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4538 <member name="P:System.Web.Mvc.ParameterBindingInfo.Include"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4539 <summary>Gets a comma-delimited list of property names for which binding is enabled.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4540 <returns>The include list.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4541 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4542 <member name="P:System.Web.Mvc.ParameterBindingInfo.Prefix"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4543 <summary>Gets the prefix to use when the MVC framework binds a value to an action parameter or to a model property.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4544 <returns>The prefix.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4545 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4546 <member name="T:System.Web.Mvc.ParameterDescriptor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4547 <summary>Contains information that describes a parameter.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4548 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4549 <member name="M:System.Web.Mvc.ParameterDescriptor.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4550 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ParameterDescriptor" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4551 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4552 <member name="P:System.Web.Mvc.ParameterDescriptor.ActionDescriptor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4553 <summary>Gets the action descriptor.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4554 <returns>The action descriptor.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4555 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4556 <member name="P:System.Web.Mvc.ParameterDescriptor.BindingInfo"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4557 <summary>Gets the binding information.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4558 <returns>The binding information.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4559 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4560 <member name="P:System.Web.Mvc.ParameterDescriptor.DefaultValue"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4561 <summary>Gets the default value of the parameter.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4562 <returns>The default value of the parameter.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4563 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4564 <member name="M:System.Web.Mvc.ParameterDescriptor.GetCustomAttributes(System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4565 <summary>Returns an array of custom attributes that are defined for this member, excluding named attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4566 <returns>An array of custom attributes, or an empty array if no custom attributes exist.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4567 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4568 <exception cref="T:System.TypeLoadException">The custom attribute type cannot be loaded.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4569 <exception cref="T:System.Reflection.AmbiguousMatchException">There is more than one attribute of type <paramref name="attributeType" /> defined for this member.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4570 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4571 <member name="M:System.Web.Mvc.ParameterDescriptor.GetCustomAttributes(System.Type,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4572 <summary>Returns an array of custom attributes that are defined for this member, identified by type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4573 <returns>An array of custom attributes, or an empty array if no custom attributes exist.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4574 <param name="attributeType">The type of the custom attributes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4575 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4576 <exception cref="T:System.TypeLoadException">The custom attribute type cannot be loaded.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4577 <exception cref="T:System.Reflection.AmbiguousMatchException">There is more than one attribute of type <paramref name="attributeType" /> defined for this member.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4578 <exception cref="T:System.ArgumentNullException">The <paramref name="attributeType" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4579 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4580 <member name="M:System.Web.Mvc.ParameterDescriptor.IsDefined(System.Type,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4581 <summary>Indicates whether one or more instances of a custom attribute type are defined for this member.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4582 <returns>true if the custom attribute type is defined for this member; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4583 <param name="attributeType">The type of the custom attributes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4584 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4585 <exception cref="T:System.ArgumentNullException">The <paramref name="attributeType" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4586 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4587 <member name="P:System.Web.Mvc.ParameterDescriptor.ParameterName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4588 <summary>Gets the name of the parameter.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4589 <returns>The name of the parameter.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4590 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4591 <member name="P:System.Web.Mvc.ParameterDescriptor.ParameterType"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4592 <summary>Gets the type of the parameter.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4593 <returns>The type of the parameter.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4594 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4595 <member name="T:System.Web.Mvc.PartialViewResult"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4596 <summary>Represents a base class that is used to send a partial view to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4597 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4598 <member name="M:System.Web.Mvc.PartialViewResult.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4599 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.PartialViewResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4600 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4601 <member name="M:System.Web.Mvc.PartialViewResult.FindView(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4602 <summary>Returns the <see cref="T:System.Web.Mvc.ViewEngineResult" /> object that is used to render the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4603 <returns>The view engine result.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4604 <param name="context">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4605 <exception cref="T:System.InvalidOperationException">An error occurred while the method was attempting to find the view.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4606 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4607 <member name="T:System.Web.Mvc.PreApplicationStartCode"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4608 <summary>Provides a registration point for ASP.NET Razor pre-application start code.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4609 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4610 <member name="M:System.Web.Mvc.PreApplicationStartCode.Start"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4611 <summary>Registers Razor pre-application start code.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4612 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4613 <member name="T:System.Web.Mvc.QueryStringValueProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4614 <summary>Represents a value provider for query strings that are contained in a <see cref="T:System.Collections.Specialized.NameValueCollection" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4615 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4616 <member name="M:System.Web.Mvc.QueryStringValueProvider.#ctor(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4617 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.QueryStringValueProvider" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4618 <param name="controllerContext">An object that encapsulates information about the current HTTP request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4619 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4620 <member name="T:System.Web.Mvc.QueryStringValueProviderFactory"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4621 <summary>Represents a class that is responsible for creating a new instance of a query-string value-provider object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4622 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4623 <member name="M:System.Web.Mvc.QueryStringValueProviderFactory.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4624 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.QueryStringValueProviderFactory" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4625 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4626 <member name="M:System.Web.Mvc.QueryStringValueProviderFactory.GetValueProvider(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4627 <summary>Returns a value-provider object for the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4628 <returns>A query-string value-provider object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4629 <param name="controllerContext">An object that encapsulates information about the current HTTP request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4630 <exception cref="T:System.ArgumentNullException">The <paramref name="controllerContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4631 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4632 <member name="T:System.Web.Mvc.RangeAttributeAdapter"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4633 <summary>Provides an adapter for the <see cref="T:System.ComponentModel.DataAnnotations.RangeAttribute" /> attribute.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4634 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4635 <member name="M:System.Web.Mvc.RangeAttributeAdapter.#ctor(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext,System.ComponentModel.DataAnnotations.RangeAttribute)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4636 <summary>Initializes a new instance of the <see cref="T:System.ComponentModel.DataAnnotations.RangeAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4637 <param name="metadata">The model metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4638 <param name="context">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4639 <param name="attribute">The range attribute.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4640 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4641 <member name="M:System.Web.Mvc.RangeAttributeAdapter.GetClientValidationRules"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4642 <summary>Gets a list of client validation rules for a range check.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4643 <returns>A list of client validation rules for a range check.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4644 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4645 <member name="T:System.Web.Mvc.RazorView"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4646 <summary>Represents the class used to create views that have Razor syntax.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4647 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4648 <member name="M:System.Web.Mvc.RazorView.#ctor(System.Web.Mvc.ControllerContext,System.String,System.String,System.Boolean,System.Collections.Generic.IEnumerable{System.String})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4649 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.RazorView" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4650 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4651 <param name="viewPath">The view path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4652 <param name="layoutPath">The layout or master page.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4653 <param name="runViewStartPages">A value that indicates whether view start files should be executed before the view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4654 <param name="viewStartFileExtensions">The set of extensions that will be used when looking up view start files.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4655 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4656 <member name="M:System.Web.Mvc.RazorView.#ctor(System.Web.Mvc.ControllerContext,System.String,System.String,System.Boolean,System.Collections.Generic.IEnumerable{System.String},System.Web.Mvc.IViewPageActivator)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4657 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.RazorView" /> class using the view page activator.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4658 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4659 <param name="viewPath">The view path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4660 <param name="layoutPath">The layout or master page.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4661 <param name="runViewStartPages">A value that indicates whether view start files should be executed before the view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4662 <param name="viewStartFileExtensions">The set of extensions that will be used when looking up view start files.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4663 <param name="viewPageActivator">The view page activator.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4664 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4665 <member name="P:System.Web.Mvc.RazorView.LayoutPath"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4666 <summary>Gets the layout or master page.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4667 <returns>The layout or master page.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4668 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4669 <member name="M:System.Web.Mvc.RazorView.RenderView(System.Web.Mvc.ViewContext,System.IO.TextWriter,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4670 <summary>Renders the specified view context by using the specified writer and <see cref="T:System.Web.Mvc.WebViewPage" /> instance.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4671 <param name="viewContext">The view context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4672 <param name="writer">The writer that is used to render the view to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4673 <param name="instance">The <see cref="T:System.Web.Mvc.WebViewPage" /> instance.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4674 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4675 <member name="P:System.Web.Mvc.RazorView.RunViewStartPages"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4676 <summary>Gets a value that indicates whether view start files should be executed before the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4677 <returns>A value that indicates whether view start files should be executed before the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4678 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4679 <member name="P:System.Web.Mvc.RazorView.ViewStartFileExtensions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4680 <summary>Gets or sets the set of file extensions that will be used when looking up view start files.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4681 <returns>The set of file extensions that will be used when looking up view start files.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4682 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4683 <member name="T:System.Web.Mvc.RazorViewEngine"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4684 <summary>Represents a view engine that is used to render a Web page that uses the ASP.NET Razor syntax.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4685 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4686 <member name="M:System.Web.Mvc.RazorViewEngine.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4687 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.RazorViewEngine" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4688 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4689 <member name="M:System.Web.Mvc.RazorViewEngine.#ctor(System.Web.Mvc.IViewPageActivator)"></member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4690 <member name="M:System.Web.Mvc.RazorViewEngine.CreatePartialView(System.Web.Mvc.ControllerContext,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4691 <summary>Creates a partial view using the specified controller context and partial path.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4692 <returns>The partial view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4693 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4694 <param name="partialPath">The path to the partial view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4695 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4696 <member name="M:System.Web.Mvc.RazorViewEngine.CreateView(System.Web.Mvc.ControllerContext,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4697 <summary>Creates a view by using the specified controller context and the paths of the view and master view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4698 <returns>The view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4699 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4700 <param name="viewPath">The path to the view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4701 <param name="masterPath">The path to the master view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4702 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4703 <member name="T:System.Web.Mvc.RedirectResult"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4704 <summary>Controls the processing of application actions by redirecting to a specified URI.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4705 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4706 <member name="M:System.Web.Mvc.RedirectResult.#ctor(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4707 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4708 <param name="url">The target URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4709 <exception cref="T:System.ArgumentNullException">The <paramref name="url" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4710 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4711 <member name="M:System.Web.Mvc.RedirectResult.#ctor(System.String,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4712 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.RedirectResult" /> class using the specified URL and permanent-redirection flag.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4713 <param name="url">The URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4714 <param name="permanent">A value that indicates whether the redirection should be permanent.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4715 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4716 <member name="M:System.Web.Mvc.RedirectResult.ExecuteResult(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4717 <summary>Enables processing of the result of an action method by a custom type that inherits from the <see cref="T:System.Web.Mvc.ActionResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4718 <param name="context">The context within which the result is executed.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4719 <exception cref="T:System.ArgumentNullException">The <paramref name="context" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4720 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4721 <member name="P:System.Web.Mvc.RedirectResult.Permanent"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4722 <summary>Gets a value that indicates whether the redirection should be permanent.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4723 <returns>true if the redirection should be permanent; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4724 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4725 <member name="P:System.Web.Mvc.RedirectResult.Url"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4726 <summary>Gets or sets the target URL.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4727 <returns>The target URL.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4728 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4729 <member name="T:System.Web.Mvc.RedirectToRouteResult"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4730 <summary>Represents a result that performs a redirection by using the specified route values dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4731 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4732 <member name="M:System.Web.Mvc.RedirectToRouteResult.#ctor(System.String,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4733 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.RedirectToRouteResult" /> class by using the specified route name and route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4734 <param name="routeName">The name of the route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4735 <param name="routeValues">The route values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4736 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4737 <member name="M:System.Web.Mvc.RedirectToRouteResult.#ctor(System.String,System.Web.Routing.RouteValueDictionary,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4738 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.RedirectToRouteResult" /> class by using the specified route name, route values, and permanent-redirection flag.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4739 <param name="routeName">The name of the route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4740 <param name="routeValues">The route values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4741 <param name="permanent">A value that indicates whether the redirection should be permanent.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4742 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4743 <member name="M:System.Web.Mvc.RedirectToRouteResult.#ctor(System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4744 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.RedirectToRouteResult" /> class by using the specified route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4745 <param name="routeValues">The route values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4746 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4747 <member name="M:System.Web.Mvc.RedirectToRouteResult.ExecuteResult(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4748 <summary>Enables processing of the result of an action method by a custom type that inherits from the <see cref="T:System.Web.Mvc.ActionResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4749 <param name="context">The context within which the result is executed.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4750 <exception cref="T:System.ArgumentNullException">The <paramref name="context" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4751 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4752 <member name="P:System.Web.Mvc.RedirectToRouteResult.Permanent"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4753 <summary>Gets a value that indicates whether the redirection should be permanent.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4754 <returns>true if the redirection should be permanent; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4755 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4756 <member name="P:System.Web.Mvc.RedirectToRouteResult.RouteName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4757 <summary>Gets or sets the name of the route.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4758 <returns>The name of the route.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4759 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4760 <member name="P:System.Web.Mvc.RedirectToRouteResult.RouteValues"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4761 <summary>Gets or sets the route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4762 <returns>The route values.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4763 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4764 <member name="T:System.Web.Mvc.ReflectedActionDescriptor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4765 <summary>Contains information that describes a reflected action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4766 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4767 <member name="M:System.Web.Mvc.ReflectedActionDescriptor.#ctor(System.Reflection.MethodInfo,System.String,System.Web.Mvc.ControllerDescriptor)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4768 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ReflectedActionDescriptor" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4769 <param name="methodInfo">The action-method information.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4770 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4771 <param name="controllerDescriptor">The controller descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4772 <exception cref="T:System.ArgumentNullException">Either the <paramref name="methodInfo" /> or <paramref name="controllerDescriptor" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4773 <exception cref="T:System.ArgumentException">The <paramref name="actionName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4774 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4775 <member name="P:System.Web.Mvc.ReflectedActionDescriptor.ActionName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4776 <summary>Gets the name of the action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4777 <returns>The name of the action.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4778 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4779 <member name="P:System.Web.Mvc.ReflectedActionDescriptor.ControllerDescriptor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4780 <summary>Gets the controller descriptor.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4781 <returns>The controller descriptor.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4782 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4783 <member name="M:System.Web.Mvc.ReflectedActionDescriptor.Execute(System.Web.Mvc.ControllerContext,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4784 <summary>Executes the specified controller context by using the specified action-method parameters.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4785 <returns>The action return value.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4786 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4787 <param name="parameters">The parameters.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4788 <exception cref="T:System.ArgumentNullException">The <paramref name="parameters" /> or <paramref name="controllerContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4789 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4790 <member name="M:System.Web.Mvc.ReflectedActionDescriptor.GetCustomAttributes(System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4791 <summary>Returns an array of custom attributes defined for this member, excluding named attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4792 <returns>An array of custom attributes, or an empty array if no custom attributes exist.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4793 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4794 <exception cref="T:System.TypeLoadException">The custom attribute type cannot be loaded.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4795 <exception cref="T:System.Reflection.AmbiguousMatchException">There is more than one attribute of type <paramref name="attributeType" /> defined for this member.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4796 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4797 <member name="M:System.Web.Mvc.ReflectedActionDescriptor.GetCustomAttributes(System.Type,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4798 <summary>Returns an array of custom attributes defined for this member, identified by type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4799 <returns>An array of custom attributes, or an empty array if no custom attributes exist.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4800 <param name="attributeType">The type of the custom attributes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4801 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4802 <exception cref="T:System.TypeLoadException">The custom attribute type cannot be loaded.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4803 <exception cref="T:System.Reflection.AmbiguousMatchException">There is more than one attribute of type <paramref name="attributeType" /> defined for this member.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4804 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4805 <member name="M:System.Web.Mvc.ReflectedActionDescriptor.GetParameters"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4806 <summary>Retrieves the parameters of the action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4807 <returns>The parameters of the action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4808 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4809 <member name="M:System.Web.Mvc.ReflectedActionDescriptor.GetSelectors"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4810 <summary>Retrieves the action selectors.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4811 <returns>The action selectors.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4812 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4813 <member name="M:System.Web.Mvc.ReflectedActionDescriptor.IsDefined(System.Type,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4814 <summary>Indicates whether one or more instances of a custom attribute type are defined for this member.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4815 <returns>true if the custom attribute type is defined for this member; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4816 <param name="attributeType">The type of the custom attributes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4817 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4818 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4819 <member name="P:System.Web.Mvc.ReflectedActionDescriptor.MethodInfo"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4820 <summary>Gets or sets the action-method information.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4821 <returns>The action-method information.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4822 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4823 <member name="P:System.Web.Mvc.ReflectedActionDescriptor.UniqueId"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4824 <summary>Gets the unique ID for the reflected action descriptor using lazy initialization.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4825 <returns>The unique ID.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4826 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4827 <member name="T:System.Web.Mvc.ReflectedControllerDescriptor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4828 <summary>Contains information that describes a reflected controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4829 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4830 <member name="M:System.Web.Mvc.ReflectedControllerDescriptor.#ctor(System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4831 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ReflectedControllerDescriptor" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4832 <param name="controllerType">The type of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4833 <exception cref="T:System.ArgumentNullException">The <paramref name="controllerType" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4834 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4835 <member name="P:System.Web.Mvc.ReflectedControllerDescriptor.ControllerType"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4836 <summary>Gets the type of the controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4837 <returns>The type of the controller.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4838 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4839 <member name="M:System.Web.Mvc.ReflectedControllerDescriptor.FindAction(System.Web.Mvc.ControllerContext,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4840 <summary>Finds the specified action for the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4841 <returns>The information about the action.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4842 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4843 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4844 <exception cref="T:System.ArgumentNullException">The <paramref name="controllerContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4845 <exception cref="T:System.ArgumentException">The <paramref name="actionName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4846 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4847 <member name="M:System.Web.Mvc.ReflectedControllerDescriptor.GetCanonicalActions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4848 <summary>Returns the list of actions for the controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4849 <returns>A list of action descriptors for the controller.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4850 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4851 <member name="M:System.Web.Mvc.ReflectedControllerDescriptor.GetCustomAttributes(System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4852 <summary>Returns an array of custom attributes that are defined for this member, excluding named attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4853 <returns>An array of custom attributes, or an empty array if no custom attributes exist.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4854 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4855 <exception cref="T:System.TypeLoadException">The custom attribute type cannot be loaded.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4856 <exception cref="T:System.Reflection.AmbiguousMatchException">There is more than one attribute of type <paramref name="attributeType" /> defined for this member.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4857 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4858 <member name="M:System.Web.Mvc.ReflectedControllerDescriptor.GetCustomAttributes(System.Type,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4859 <summary>Returns an array of custom attributes that are defined for this member, identified by type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4860 <returns>An array of custom attributes, or an empty array if no custom attributes exist.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4861 <param name="attributeType">The type of the custom attributes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4862 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4863 <exception cref="T:System.TypeLoadException">The custom attribute type cannot be loaded.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4864 <exception cref="T:System.Reflection.AmbiguousMatchException">There is more than one attribute of type <paramref name="attributeType" /> defined for this member.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4865 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4866 <member name="M:System.Web.Mvc.ReflectedControllerDescriptor.IsDefined(System.Type,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4867 <summary>Returns a value that indicates whether one or more instances of a custom attribute type are defined for this member.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4868 <returns>true if the custom attribute type is defined for this member; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4869 <param name="attributeType">The type of the custom attributes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4870 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4871 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4872 <member name="T:System.Web.Mvc.ReflectedParameterDescriptor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4873 <summary>Contains information that describes a reflected action-method parameter.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4874 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4875 <member name="M:System.Web.Mvc.ReflectedParameterDescriptor.#ctor(System.Reflection.ParameterInfo,System.Web.Mvc.ActionDescriptor)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4876 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ReflectedParameterDescriptor" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4877 <param name="parameterInfo">The parameter information.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4878 <param name="actionDescriptor">The action descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4879 <exception cref="T:System.ArgumentNullException">The <paramref name="parameterInfo" /> or <paramref name="actionDescriptor" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4880 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4881 <member name="P:System.Web.Mvc.ReflectedParameterDescriptor.ActionDescriptor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4882 <summary>Gets the action descriptor.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4883 <returns>The action descriptor.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4884 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4885 <member name="P:System.Web.Mvc.ReflectedParameterDescriptor.BindingInfo"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4886 <summary>Gets the binding information.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4887 <returns>The binding information.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4888 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4889 <member name="P:System.Web.Mvc.ReflectedParameterDescriptor.DefaultValue"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4890 <summary>Gets the default value of the reflected parameter.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4891 <returns>The default value of the reflected parameter.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4892 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4893 <member name="M:System.Web.Mvc.ReflectedParameterDescriptor.GetCustomAttributes(System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4894 <summary>Returns an array of custom attributes that are defined for this member, excluding named attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4895 <returns>An array of custom attributes, or an empty array if no custom attributes exist.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4896 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4897 <exception cref="T:System.TypeLoadException">The custom attribute type cannot be loaded.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4898 <exception cref="T:System.Reflection.AmbiguousMatchException">There is more than one attribute of type <paramref name="attributeType" /> defined for this member.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4899 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4900 <member name="M:System.Web.Mvc.ReflectedParameterDescriptor.GetCustomAttributes(System.Type,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4901 <summary>Returns an array of custom attributes that are defined for this member, identified by type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4902 <returns>An array of custom attributes, or an empty array if no custom attributes exist.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4903 <param name="attributeType">The type of the custom attributes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4904 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4905 <exception cref="T:System.TypeLoadException">The custom attribute type cannot be loaded.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4906 <exception cref="T:System.Reflection.AmbiguousMatchException">There is more than one attribute of type <paramref name="attributeType" /> defined for this member.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4907 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4908 <member name="M:System.Web.Mvc.ReflectedParameterDescriptor.IsDefined(System.Type,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4909 <summary>Returns a value that indicates whether one or more instances of a custom attribute type are defined for this member.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4910 <returns>true if the custom attribute type is defined for this member; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4911 <param name="attributeType">The type of the custom attributes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4912 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4913 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4914 <member name="P:System.Web.Mvc.ReflectedParameterDescriptor.ParameterInfo"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4915 <summary>Gets or sets the parameter information.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4916 <returns>The parameter information.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4917 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4918 <member name="P:System.Web.Mvc.ReflectedParameterDescriptor.ParameterName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4919 <summary>Gets the name of the parameter.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4920 <returns>The name of the parameter.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4921 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4922 <member name="P:System.Web.Mvc.ReflectedParameterDescriptor.ParameterType"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4923 <summary>Gets the type of the parameter.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4924 <returns>The type of the parameter.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4925 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4926 <member name="T:System.Web.Mvc.RegularExpressionAttributeAdapter"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4927 <summary>Provides an adapter for the <see cref="T:System.ComponentModel.DataAnnotations.RegularExpressionAttribute" /> attribute.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4928 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4929 <member name="M:System.Web.Mvc.RegularExpressionAttributeAdapter.#ctor(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext,System.ComponentModel.DataAnnotations.RegularExpressionAttribute)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4930 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.RegularExpressionAttributeAdapter" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4931 <param name="metadata">The model metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4932 <param name="context">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4933 <param name="attribute">The regular expression attribute.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4934 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4935 <member name="M:System.Web.Mvc.RegularExpressionAttributeAdapter.GetClientValidationRules"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4936 <summary>Gets a list of regular-expression client validation rules.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4937 <returns>A list of regular-expression client validation rules.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4938 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4939 <member name="T:System.Web.Mvc.RemoteAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4940 <summary>Provides an attribute that uses the jQuery validation plug-in remote validator. </summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4941 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4942 <member name="M:System.Web.Mvc.RemoteAttribute.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4943 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.RemoteAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4944 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4945 <member name="M:System.Web.Mvc.RemoteAttribute.#ctor(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4946 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.RemoteAttribute" /> class using the specified route name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4947 <param name="routeName">The route name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4948 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4949 <member name="M:System.Web.Mvc.RemoteAttribute.#ctor(System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4950 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.RemoteAttribute" /> class using the specified action-method name and controller name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4951 <param name="action">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4952 <param name="controller">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4953 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4954 <member name="M:System.Web.Mvc.RemoteAttribute.#ctor(System.String,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4955 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.RemoteAttribute" /> class using the specified action-method name, controller name, and area name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4956 <param name="action">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4957 <param name="controller">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4958 <param name="areaName">The name of the area.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4959 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4960 <member name="P:System.Web.Mvc.RemoteAttribute.AdditionalFields"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4961 <summary>Gets or sets the additional fields that are required for validation.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4962 <returns>The additional fields that are required for validation.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4963 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4964 <member name="M:System.Web.Mvc.RemoteAttribute.FormatAdditionalFieldsForClientValidation(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4965 <summary>Returns a comma-delimited string of validation field names.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4966 <returns>A comma-delimited string of validation field names.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4967 <param name="property">The name of the validation property.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4968 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4969 <member name="M:System.Web.Mvc.RemoteAttribute.FormatErrorMessage(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4970 <summary>Formats the error message that is displayed when validation fails.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4971 <returns>A formatted error message.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4972 <param name="name">A name to display with the error message.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4973 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4974 <member name="M:System.Web.Mvc.RemoteAttribute.FormatPropertyForClientValidation(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4975 <summary>Formats the property for client validation by prepending an asterisk (*) and a dot.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4976 <returns>The string "*." Is prepended to the property.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4977 <param name="property">The property.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4978 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4979 <member name="M:System.Web.Mvc.RemoteAttribute.GetClientValidationRules(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4980 <summary>Gets a list of client validation rules for the property.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4981 <returns>A list of remote client validation rules for the property.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4982 <param name="metadata">The model metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4983 <param name="context">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4984 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4985 <member name="M:System.Web.Mvc.RemoteAttribute.GetUrl(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4986 <summary>Gets the URL for the remote validation call.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4987 <returns>The URL for the remote validation call.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4988 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4989 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4990 <member name="P:System.Web.Mvc.RemoteAttribute.HttpMethod"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4991 <summary>Gets or sets the HTTP method used for remote validation.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4992 <returns>The HTTP method used for remote validation. The default value is "Get".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4993 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4994 <member name="M:System.Web.Mvc.RemoteAttribute.IsValid(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4995 <summary>This method always returns true.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4996 <returns>true</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4997 <param name="value">The validation target.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4998 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
4999 <member name="P:System.Web.Mvc.RemoteAttribute.RouteData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5000 <summary>Gets the route data dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5001 <returns>The route data dictionary.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5002 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5003 <member name="P:System.Web.Mvc.RemoteAttribute.RouteName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5004 <summary>Gets or sets the route name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5005 <returns>The route name.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5006 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5007 <member name="P:System.Web.Mvc.RemoteAttribute.Routes"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5008 <summary>Gets the route collection from the route table.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5009 <returns>The route collection from the route table.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5010 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5011 <member name="T:System.Web.Mvc.RequiredAttributeAdapter"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5012 <summary>Provides an adapter for the <see cref="T:System.Runtime.CompilerServices.RequiredAttributeAttribute" /> attribute.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5013 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5014 <member name="M:System.Web.Mvc.RequiredAttributeAdapter.#ctor(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext,System.ComponentModel.DataAnnotations.RequiredAttribute)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5015 <summary>Initializes a new instance of the <see cref="T:System.Runtime.CompilerServices.RequiredAttributeAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5016 <param name="metadata">The model metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5017 <param name="context">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5018 <param name="attribute">The required attribute.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5019 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5020 <member name="M:System.Web.Mvc.RequiredAttributeAdapter.GetClientValidationRules"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5021 <summary>Gets a list of required-value client validation rules.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5022 <returns>A list of required-value client validation rules.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5023 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5024 <member name="T:System.Web.Mvc.RequireHttpsAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5025 <summary>Represents an attribute that forces an unsecured HTTP request to be re-sent over HTTPS.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5026 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5027 <member name="M:System.Web.Mvc.RequireHttpsAttribute.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5028 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.RequireHttpsAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5029 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5030 <member name="M:System.Web.Mvc.RequireHttpsAttribute.HandleNonHttpsRequest(System.Web.Mvc.AuthorizationContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5031 <summary>Handles unsecured HTTP requests that are sent to the action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5032 <param name="filterContext">An object that encapsulates information that is required in order to use the <see cref="T:System.Web.Mvc.RequireHttpsAttribute" /> attribute.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5033 <exception cref="T:System.InvalidOperationException">The HTTP request contains an invalid transfer method override. All GET requests are considered invalid.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5034 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5035 <member name="M:System.Web.Mvc.RequireHttpsAttribute.OnAuthorization(System.Web.Mvc.AuthorizationContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5036 <summary>Determines whether a request is secured (HTTPS) and, if it is not, calls the <see cref="M:System.Web.Mvc.RequireHttpsAttribute.HandleNonHttpsRequest(System.Web.Mvc.AuthorizationContext)" /> method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5037 <param name="filterContext">An object that encapsulates information that is required in order to use the <see cref="T:System.Web.Mvc.RequireHttpsAttribute" /> attribute.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5038 <exception cref="T:System.ArgumentNullException">The <paramref name="filterContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5039 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5040 <member name="T:System.Web.Mvc.ResultExecutedContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5041 <summary>Provides the context for the <see cref="M:System.Web.Mvc.ActionFilterAttribute.OnResultExecuted(System.Web.Mvc.ResultExecutedContext)" /> method of the <see cref="T:System.Web.Mvc.ActionFilterAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5042 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5043 <member name="M:System.Web.Mvc.ResultExecutedContext.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5044 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ResultExecutedContext" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5045 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5046 <member name="M:System.Web.Mvc.ResultExecutedContext.#ctor(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionResult,System.Boolean,System.Exception)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5047 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ResultExecutedContext" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5048 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5049 <param name="result">The result object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5050 <param name="canceled">true to cancel execution; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5051 <param name="exception">The exception object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5052 <exception cref="T:System.ArgumentNullException">The <paramref name="result" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5053 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5054 <member name="P:System.Web.Mvc.ResultExecutedContext.Canceled"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5055 <summary>Gets or sets a value that indicates whether this <see cref="T:System.Web.Mvc.ResultExecutedContext" /> instance is canceled.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5056 <returns>true if the instance is canceled; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5057 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5058 <member name="P:System.Web.Mvc.ResultExecutedContext.Exception"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5059 <summary>Gets or sets the exception object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5060 <returns>The exception object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5061 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5062 <member name="P:System.Web.Mvc.ResultExecutedContext.ExceptionHandled"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5063 <summary>Gets or sets a value that indicates whether the exception has been handled.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5064 <returns>true if the exception has been handled; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5065 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5066 <member name="P:System.Web.Mvc.ResultExecutedContext.Result"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5067 <summary>Gets or sets the action result.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5068 <returns>The action result.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5069 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5070 <member name="T:System.Web.Mvc.ResultExecutingContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5071 <summary>Provides the context for the <see cref="M:System.Web.Mvc.ActionFilterAttribute.OnResultExecuting(System.Web.Mvc.ResultExecutingContext)" /> method of the <see cref="T:System.Web.Mvc.ActionFilterAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5072 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5073 <member name="M:System.Web.Mvc.ResultExecutingContext.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5074 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ResultExecutingContext" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5075 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5076 <member name="M:System.Web.Mvc.ResultExecutingContext.#ctor(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionResult)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5077 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ResultExecutingContext" /> class by using the specified controller context and action result.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5078 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5079 <param name="result">The action result.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5080 <exception cref="T:System.ArgumentNullException">The <paramref name="result" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5081 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5082 <member name="P:System.Web.Mvc.ResultExecutingContext.Cancel"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5083 <summary>Gets or sets a value that indicates whether this <see cref="T:System.Web.Mvc.ResultExecutingContext" /> value is "cancel".</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5084 <returns>true if the value is "cancel"; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5085 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5086 <member name="P:System.Web.Mvc.ResultExecutingContext.Result"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5087 <summary>Gets or sets the action result.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5088 <returns>The action result.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5089 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5090 <member name="T:System.Web.Mvc.RouteCollectionExtensions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5091 <summary>Extends a <see cref="T:System.Web.Routing.RouteCollection" /> object for MVC routing.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5092 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5093 <member name="M:System.Web.Mvc.RouteCollectionExtensions.GetVirtualPathForArea(System.Web.Routing.RouteCollection,System.Web.Routing.RequestContext,System.String,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5094 <summary>Returns an object that contains information about the route and virtual path that are the result of generating a URL in the current area.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5095 <returns>An object that contains information about the route and virtual path that are the result of generating a URL in the current area.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5096 <param name="routes">An object that contains the routes for the applications.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5097 <param name="requestContext">An object that encapsulates information about the requested route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5098 <param name="name">The name of the route to use when information about the URL path is retrieved.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5099 <param name="values">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5100 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5101 <member name="M:System.Web.Mvc.RouteCollectionExtensions.GetVirtualPathForArea(System.Web.Routing.RouteCollection,System.Web.Routing.RequestContext,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5102 <summary>Returns an object that contains information about the route and virtual path that are the result of generating a URL in the current area.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5103 <returns>An object that contains information about the route and virtual path that are the result of generating a URL in the current area.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5104 <param name="routes">An object that contains the routes for the applications.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5105 <param name="requestContext">An object that encapsulates information about the requested route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5106 <param name="values">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5107 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5108 <member name="M:System.Web.Mvc.RouteCollectionExtensions.IgnoreRoute(System.Web.Routing.RouteCollection,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5109 <summary>Ignores the specified URL route for the given list of available routes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5110 <param name="routes">A collection of routes for the application.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5111 <param name="url">The URL pattern for the route to ignore.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5112 <exception cref="T:System.ArgumentNullException">The <paramref name="routes" /> or <paramref name="url" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5113 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5114 <member name="M:System.Web.Mvc.RouteCollectionExtensions.IgnoreRoute(System.Web.Routing.RouteCollection,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5115 <summary>Ignores the specified URL route for the given list of the available routes and a list of constraints.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5116 <param name="routes">A collection of routes for the application.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5117 <param name="url">The URL pattern for the route to ignore.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5118 <param name="constraints">A set of expressions that specify values for the <paramref name="url" /> parameter.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5119 <exception cref="T:System.ArgumentNullException">The <paramref name="routes" /> or <paramref name="url" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5120 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5121 <member name="M:System.Web.Mvc.RouteCollectionExtensions.MapRoute(System.Web.Routing.RouteCollection,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5122 <summary>Maps the specified URL route.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5123 <returns>A reference to the mapped route.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5124 <param name="routes">A collection of routes for the application.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5125 <param name="name">The name of the route to map.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5126 <param name="url">The URL pattern for the route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5127 <exception cref="T:System.ArgumentNullException">The <paramref name="routes" /> or <paramref name="url" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5128 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5129 <member name="M:System.Web.Mvc.RouteCollectionExtensions.MapRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5130 <summary>Maps the specified URL route and sets default route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5131 <returns>A reference to the mapped route.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5132 <param name="routes">A collection of routes for the application.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5133 <param name="name">The name of the route to map.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5134 <param name="url">The URL pattern for the route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5135 <param name="defaults">An object that contains default route values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5136 <exception cref="T:System.ArgumentNullException">The <paramref name="routes" /> or <paramref name="url" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5137 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5138 <member name="M:System.Web.Mvc.RouteCollectionExtensions.MapRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Object,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5139 <summary>Maps the specified URL route and sets default route values and constraints.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5140 <returns>A reference to the mapped route.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5141 <param name="routes">A collection of routes for the application.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5142 <param name="name">The name of the route to map.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5143 <param name="url">The URL pattern for the route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5144 <param name="defaults">An object that contains default route values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5145 <param name="constraints">A set of expressions that specify values for the <paramref name="url" /> parameter.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5146 <exception cref="T:System.ArgumentNullException">The <paramref name="routes" /> or <paramref name="url" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5147 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5148 <member name="M:System.Web.Mvc.RouteCollectionExtensions.MapRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Object,System.Object,System.String[])"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5149 <summary>Maps the specified URL route and sets default route values, constraints, and namespaces.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5150 <returns>A reference to the mapped route.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5151 <param name="routes">A collection of routes for the application.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5152 <param name="name">The name of the route to map.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5153 <param name="url">The URL pattern for the route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5154 <param name="defaults">An object that contains default route values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5155 <param name="constraints">A set of expressions that specify values for the <paramref name="url" /> parameter.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5156 <param name="namespaces">A set of namespaces for the application.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5157 <exception cref="T:System.ArgumentNullException">The <paramref name="routes" /> or <paramref name="url" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5158 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5159 <member name="M:System.Web.Mvc.RouteCollectionExtensions.MapRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.Object,System.String[])"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5160 <summary>Maps the specified URL route and sets default route values and namespaces.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5161 <returns>A reference to the mapped route.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5162 <param name="routes">A collection of routes for the application.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5163 <param name="name">The name of the route to map.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5164 <param name="url">The URL pattern for the route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5165 <param name="defaults">An object that contains default route values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5166 <param name="namespaces">A set of namespaces for the application.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5167 <exception cref="T:System.ArgumentNullException">The <paramref name="routes" /> or <paramref name="url" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5168 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5169 <member name="M:System.Web.Mvc.RouteCollectionExtensions.MapRoute(System.Web.Routing.RouteCollection,System.String,System.String,System.String[])"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5170 <summary>Maps the specified URL route and sets the namespaces.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5171 <returns>A reference to the mapped route.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5172 <param name="routes">A collection of routes for the application.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5173 <param name="name">The name of the route to map.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5174 <param name="url">The URL pattern for the route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5175 <param name="namespaces">A set of namespaces for the application.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5176 <exception cref="T:System.ArgumentNullException">The <paramref name="routes" /> or <paramref name="url" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5177 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5178 <member name="T:System.Web.Mvc.RouteDataValueProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5179 <summary>Represents a value provider for route data that is contained in an object that implements the <see cref="T:System.Collections.Generic.IDictionary`2" /> interface.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5180 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5181 <member name="M:System.Web.Mvc.RouteDataValueProvider.#ctor(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5182 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.RouteDataValueProvider" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5183 <param name="controllerContext">An object that contain information about the HTTP request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5184 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5185 <member name="T:System.Web.Mvc.RouteDataValueProviderFactory"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5186 <summary>Represents a factory for creating route-data value provider objects.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5187 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5188 <member name="M:System.Web.Mvc.RouteDataValueProviderFactory.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5189 <summary>Initialized a new instance of the <see cref="T:System.Web.Mvc.RouteDataValueProviderFactory" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5190 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5191 <member name="M:System.Web.Mvc.RouteDataValueProviderFactory.GetValueProvider(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5192 <summary>Returns a value-provider object for the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5193 <returns>A value-provider object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5194 <param name="controllerContext">An object that encapsulates information about the current HTTP request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5195 <exception cref="T:System.ArgumentNullException">The <paramref name="controllerContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5196 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5197 <member name="T:System.Web.Mvc.SelectList"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5198 <summary>Represents a list that lets users select one item.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5199 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5200 <member name="M:System.Web.Mvc.SelectList.#ctor(System.Collections.IEnumerable)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5201 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.SelectList" /> class by using the specified items for the list.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5202 <param name="items">The items.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5203 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5204 <member name="M:System.Web.Mvc.SelectList.#ctor(System.Collections.IEnumerable,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5205 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.SelectList" /> class by using the specified items for the list and a selected value.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5206 <param name="items">The items.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5207 <param name="selectedValue">The selected value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5208 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5209 <member name="M:System.Web.Mvc.SelectList.#ctor(System.Collections.IEnumerable,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5210 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.SelectList" /> class by using the specified items for the list, the data value field, and the data text field.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5211 <param name="items">The items.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5212 <param name="dataValueField">The data value field.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5213 <param name="dataTextField">The data text field.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5214 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5215 <member name="M:System.Web.Mvc.SelectList.#ctor(System.Collections.IEnumerable,System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5216 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.SelectList" /> class by using the specified items for the list, the data value field, the data text field, and a selected value.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5217 <param name="items">The items.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5218 <param name="dataValueField">The data value field.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5219 <param name="dataTextField">The data text field.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5220 <param name="selectedValue">The selected value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5221 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5222 <member name="P:System.Web.Mvc.SelectList.SelectedValue"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5223 <summary>Gets the list value that was selected by the user.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5224 <returns>The selected value.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5225 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5226 <member name="T:System.Web.Mvc.SelectListItem"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5227 <summary>Represents the selected item in an instance of the <see cref="T:System.Web.Mvc.SelectList" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5228 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5229 <member name="M:System.Web.Mvc.SelectListItem.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5230 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.SelectListItem" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5231 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5232 <member name="P:System.Web.Mvc.SelectListItem.Selected"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5233 <summary>Gets or sets a value that indicates whether this <see cref="T:System.Web.Mvc.SelectListItem" /> is selected.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5234 <returns>true if the item is selected; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5235 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5236 <member name="P:System.Web.Mvc.SelectListItem.Text"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5237 <summary>Gets or sets the text of the selected item.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5238 <returns>The text.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5239 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5240 <member name="P:System.Web.Mvc.SelectListItem.Value"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5241 <summary>Gets or sets the value of the selected item.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5242 <returns>The value.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5243 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5244 <member name="T:System.Web.Mvc.SessionStateAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5245 <summary>Specifies the session state of the controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5246 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5247 <member name="M:System.Web.Mvc.SessionStateAttribute.#ctor(System.Web.SessionState.SessionStateBehavior)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5248 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.SessionStateAttribute" /> class</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5249 <param name="behavior">The type of the session state.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5250 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5251 <member name="P:System.Web.Mvc.SessionStateAttribute.Behavior"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5252 <summary>Get the session state behavior for the controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5253 <returns>The session state behavior for the controller.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5254 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5255 <member name="T:System.Web.Mvc.SessionStateTempDataProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5256 <summary>Provides session-state data to the current <see cref="T:System.Web.Mvc.TempDataDictionary" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5257 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5258 <member name="M:System.Web.Mvc.SessionStateTempDataProvider.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5259 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.SessionStateTempDataProvider" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5260 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5261 <member name="M:System.Web.Mvc.SessionStateTempDataProvider.LoadTempData(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5262 <summary>Loads the temporary data by using the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5263 <returns>The temporary data.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5264 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5265 <exception cref="T:System.InvalidOperationException">An error occurred when the session context was being retrieved.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5266 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5267 <member name="M:System.Web.Mvc.SessionStateTempDataProvider.SaveTempData(System.Web.Mvc.ControllerContext,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5268 <summary>Saves the specified values in the temporary data dictionary by using the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5269 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5270 <param name="values">The values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5271 <exception cref="T:System.InvalidOperationException">An error occurred the session context was being retrieved.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5272 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5273 <member name="T:System.Web.Mvc.StringLengthAttributeAdapter"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5274 <summary>Provides an adapter for the <see cref="T:System.ComponentModel.DataAnnotations.StringLengthAttribute" /> attribute.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5275 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5276 <member name="M:System.Web.Mvc.StringLengthAttributeAdapter.#ctor(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext,System.ComponentModel.DataAnnotations.StringLengthAttribute)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5277 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.StringLengthAttributeAdapter" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5278 <param name="metadata">The model metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5279 <param name="context">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5280 <param name="attribute">The string-length attribute.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5281 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5282 <member name="M:System.Web.Mvc.StringLengthAttributeAdapter.GetClientValidationRules"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5283 <summary>Gets a list of string-length client validation rules.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5284 <returns>A list of string-length client validation rules.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5285 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5286 <member name="T:System.Web.Mvc.TempDataDictionary"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5287 <summary>Represents a set of data that persists only from one request to the next.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5288 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5289 <member name="M:System.Web.Mvc.TempDataDictionary.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5290 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.TempDataDictionary" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5291 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5292 <member name="M:System.Web.Mvc.TempDataDictionary.Add(System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5293 <summary>Adds an element that has the specified key and value to the <see cref="T:System.Collections.Generic.IDictionary`2" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5294 <param name="key">The key of the element to add.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5295 <param name="value">The value of the element to add.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5296 <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IDictionary`2" /> object is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5297 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5298 <paramref name="key" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5299 <exception cref="T:System.ArgumentException">An element that has the same key already exists in the <see cref="T:System.Collections.Generic.IDictionary`2" /> object.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5300 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5301 <member name="M:System.Web.Mvc.TempDataDictionary.Clear"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5302 <summary>Removes all items from the <see cref="T:System.Collections.Generic.ICollection`1" /> instance.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5303 <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1" /> object is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5304 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5305 <member name="M:System.Web.Mvc.TempDataDictionary.ContainsKey(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5306 <summary>Determines whether the <see cref="T:System.Collections.Generic.IDictionary`2" /> instance contains an element that has the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5307 <returns>true if the <see cref="T:System.Collections.Generic.IDictionary`2" /> instance contains an element that has the specified key; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5308 <param name="key">The key to locate in the <see cref="T:System.Collections.Generic.IDictionary`2" /> instance.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5309 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5310 <paramref name="key" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5311 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5312 <member name="M:System.Web.Mvc.TempDataDictionary.ContainsValue(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5313 <summary>Determines whether the dictionary contains the specified value.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5314 <returns>true if the dictionary contains the specified value; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5315 <param name="value">The value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5316 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5317 <member name="P:System.Web.Mvc.TempDataDictionary.Count"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5318 <summary>Gets the number of elements in the <see cref="T:System.Collections.Generic.ICollection`1" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5319 <returns>The number of elements in the <see cref="T:System.Collections.Generic.ICollection`1" /> object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5320 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5321 <member name="M:System.Web.Mvc.TempDataDictionary.GetEnumerator"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5322 <summary>Gets the enumerator.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5323 <returns>The enumerator.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5324 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5325 <member name="P:System.Web.Mvc.TempDataDictionary.Item(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5326 <summary>Gets or sets the object that has the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5327 <returns>The object that has the specified key.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5328 <param name="key">The key to access.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5329 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5330 <member name="M:System.Web.Mvc.TempDataDictionary.Keep"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5331 <summary>Marks all keys in the dictionary for retention.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5332 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5333 <member name="M:System.Web.Mvc.TempDataDictionary.Keep(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5334 <summary>Marks the specified key in the dictionary for retention.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5335 <param name="key">The key to retain in the dictionary.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5336 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5337 <member name="P:System.Web.Mvc.TempDataDictionary.Keys"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5338 <summary>Gets an <see cref="T:System.Collections.Generic.ICollection`1" /> object that contains the keys of elements in the <see cref="T:System.Collections.Generic.IDictionary`2" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5339 <returns>The keys of the elements in the <see cref="T:System.Collections.Generic.IDictionary`2" /> object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5340 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5341 <member name="M:System.Web.Mvc.TempDataDictionary.Load(System.Web.Mvc.ControllerContext,System.Web.Mvc.ITempDataProvider)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5342 <summary>Loads the specified controller context by using the specified data provider.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5343 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5344 <param name="tempDataProvider">The temporary data provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5345 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5346 <member name="M:System.Web.Mvc.TempDataDictionary.Peek(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5347 <summary>Returns an object that contains the element that is associated with the specified key, without marking the key for deletion.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5348 <returns>An object that contains the element that is associated with the specified key.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5349 <param name="key">The key of the element to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5350 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5351 <member name="M:System.Web.Mvc.TempDataDictionary.Remove(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5352 <summary>Removes the element that has the specified key from the <see cref="T:System.Collections.Generic.IDictionary`2" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5353 <returns>true if the element was removed successfully; otherwise, false. This method also returns false if <paramref name="key" /> was not found in the <see cref="T:System.Collections.Generic.IDictionary`2" />. instance.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5354 <param name="key">The key of the element to remove.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5355 <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IDictionary`2" /> object is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5356 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5357 <paramref name="key" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5358 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5359 <member name="M:System.Web.Mvc.TempDataDictionary.Save(System.Web.Mvc.ControllerContext,System.Web.Mvc.ITempDataProvider)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5360 <summary>Saves the specified controller context by using the specified data provider.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5361 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5362 <param name="tempDataProvider">The temporary data provider.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5363 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5364 <member name="M:System.Web.Mvc.TempDataDictionary.System#Collections#Generic#ICollection{T}#Add(System.Collections.Generic.KeyValuePair{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5365 <summary>Adds the specified key/value pair to the dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5366 <param name="keyValuePair">The key/value pair.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5367 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5368 <member name="M:System.Web.Mvc.TempDataDictionary.System#Collections#Generic#ICollection{T}#Contains(System.Collections.Generic.KeyValuePair{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5369 <summary>Determines whether a sequence contains a specified element by using the default equality comparer.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5370 <returns>true if the dictionary contains the specified key/value pair; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5371 <param name="keyValuePair">The key/value pair to search for.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5372 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5373 <member name="M:System.Web.Mvc.TempDataDictionary.System#Collections#Generic#ICollection{T}#CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Object}[],System.Int32)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5374 <summary>Copies a key/value pair to the specified array at the specified index.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5375 <param name="array">The target array.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5376 <param name="index">The index.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5377 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5378 <member name="P:System.Web.Mvc.TempDataDictionary.System#Collections#Generic#ICollection{T}#IsReadOnly"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5379 <summary>Gets a value that indicates whether the dictionary is read-only.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5380 <returns>true if the dictionary is read-only; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5381 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5382 <member name="M:System.Web.Mvc.TempDataDictionary.System#Collections#Generic#ICollection{T}#Remove(System.Collections.Generic.KeyValuePair{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5383 <summary>Deletes the specified key/value pair from the dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5384 <returns>true if the key/value pair was removed successfully; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5385 <param name="keyValuePair">The key/value pair.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5386 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5387 <member name="M:System.Web.Mvc.TempDataDictionary.System#Collections#IEnumerable#GetEnumerator"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5388 <summary>Returns an enumerator that can be used to iterate through a collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5389 <returns>An <see cref="T:System.Collections.IEnumerator" /> object that can be used to iterate through the collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5390 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5391 <member name="M:System.Web.Mvc.TempDataDictionary.TryGetValue(System.String,System.Object@)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5392 <summary>Gets the value of the element that has the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5393 <returns>true if the object that implements <see cref="T:System.Collections.Generic.IDictionary`2" /> contains an element that has the specified key; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5394 <param name="key">The key of the value to get.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5395 <param name="value">When this method returns, the value that is associated with the specified key, if the key is found; otherwise, the default value for the type of the <paramref name="value" /> parameter. This parameter is passed uninitialized.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5396 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5397 <paramref name="key" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5398 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5399 <member name="P:System.Web.Mvc.TempDataDictionary.Values"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5400 <summary>Gets the <see cref="T:System.Collections.Generic.ICollection`1" /> object that contains the values in the <see cref="T:System.Collections.Generic.IDictionary`2" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5401 <returns>The values of the elements in the object that implements <see cref="T:System.Collections.Generic.IDictionary`2" />.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5402 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5403 <member name="T:System.Web.Mvc.TemplateInfo"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5404 <summary>Encapsulates information about the current template context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5405 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5406 <member name="M:System.Web.Mvc.TemplateInfo.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5407 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.TemplateInfo" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5408 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5409 <member name="P:System.Web.Mvc.TemplateInfo.FormattedModelValue"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5410 <summary>Gets or sets the formatted model value.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5411 <returns>The formatted model value.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5412 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5413 <member name="M:System.Web.Mvc.TemplateInfo.GetFullHtmlFieldId(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5414 <summary>Retrieves the full DOM ID of a field using the specified HTML name attribute.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5415 <returns>The full DOM ID.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5416 <param name="partialFieldName">The value of the HTML name attribute.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5417 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5418 <member name="M:System.Web.Mvc.TemplateInfo.GetFullHtmlFieldName(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5419 <summary>Retrieves the fully qualified name (including a prefix) for a field using the specified HTML name attribute.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5420 <returns>The prefixed name of the field.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5421 <param name="partialFieldName">The value of the HTML name attribute.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5422 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5423 <member name="P:System.Web.Mvc.TemplateInfo.HtmlFieldPrefix"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5424 <summary>Gets or sets the HTML field prefix.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5425 <returns>The HTML field prefix.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5426 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5427 <member name="P:System.Web.Mvc.TemplateInfo.TemplateDepth"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5428 <summary>Contains the number of objects that were visited by the user.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5429 <returns>The number of objects.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5430 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5431 <member name="M:System.Web.Mvc.TemplateInfo.Visited(System.Web.Mvc.ModelMetadata)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5432 <summary>Determines whether the template has been visited by the user.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5433 <returns>true if the template has been visited by the user; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5434 <param name="metadata">An object that encapsulates information that describes the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5435 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5436 <member name="T:System.Web.Mvc.UrlHelper"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5437 <summary>Contains methods to build URLs for ASP.NET MVC within an application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5438 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5439 <member name="M:System.Web.Mvc.UrlHelper.#ctor(System.Web.Routing.RequestContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5440 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.UrlHelper" /> class using the specified request context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5441 <param name="requestContext">An object that contains information about the current request and about the route that it matched.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5442 <exception cref="T:System.ArgumentNullException">The <paramref name="requestContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5443 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5444 <member name="M:System.Web.Mvc.UrlHelper.#ctor(System.Web.Routing.RequestContext,System.Web.Routing.RouteCollection)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5445 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.UrlHelper" /> class by using the specified request context and route collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5446 <param name="requestContext">An object that contains information about the current request and about the route that it matched.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5447 <param name="routeCollection">A collection of routes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5448 <exception cref="T:System.ArgumentNullException">The <paramref name="requestContext" /> or the <paramref name="routeCollection" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5449 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5450 <member name="M:System.Web.Mvc.UrlHelper.Action(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5451 <summary>Generates a fully qualified URL to an action method by using the specified action name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5452 <returns>The fully qualified URL to an action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5453 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5454 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5455 <member name="M:System.Web.Mvc.UrlHelper.Action(System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5456 <summary>Generates a fully qualified URL to an action method by using the specified action name and route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5457 <returns>The fully qualified URL to an action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5458 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5459 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. The object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5460 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5461 <member name="M:System.Web.Mvc.UrlHelper.Action(System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5462 <summary>Generates a fully qualified URL to an action method by using the specified action name and controller name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5463 <returns>The fully qualified URL to an action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5464 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5465 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5466 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5467 <member name="M:System.Web.Mvc.UrlHelper.Action(System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5468 <summary>Generates a fully qualified URL to an action method by using the specified action name, controller name, and route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5469 <returns>The fully qualified URL to an action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5470 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5471 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5472 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. The object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5473 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5474 <member name="M:System.Web.Mvc.UrlHelper.Action(System.String,System.String,System.Object,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5475 <summary>Generates a fully qualified URL to an action method by using the specified action name, controller name, route values, and protocol to use.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5476 <returns>The fully qualified URL to an action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5477 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5478 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5479 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. The object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5480 <param name="protocol">The protocol for the URL, such as "http" or "https".</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5481 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5482 <member name="M:System.Web.Mvc.UrlHelper.Action(System.String,System.String,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5483 <summary>Generates a fully qualified URL to an action method by using the specified action name, controller name, and route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5484 <returns>The fully qualified URL to an action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5485 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5486 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5487 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5488 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5489 <member name="M:System.Web.Mvc.UrlHelper.Action(System.String,System.String,System.Web.Routing.RouteValueDictionary,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5490 <summary>Generates a fully qualified URL for an action method by using the specified action name, controller name, route values, protocol to use, and host name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5491 <returns>The fully qualified URL to an action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5492 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5493 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5494 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5495 <param name="protocol">The protocol for the URL, such as "http" or "https".</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5496 <param name="hostName">The host name for the URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5497 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5498 <member name="M:System.Web.Mvc.UrlHelper.Action(System.String,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5499 <summary>Generates a fully qualified URL to an action method for the specified action name and route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5500 <returns>The fully qualified URL to an action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5501 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5502 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5503 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5504 <member name="M:System.Web.Mvc.UrlHelper.Content(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5505 <summary>Converts a virtual (relative) path to an application absolute path.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5506 <returns>The application absolute path.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5507 <param name="contentPath">The virtual path of the content.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5508 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5509 <member name="M:System.Web.Mvc.UrlHelper.Encode(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5510 <summary>Encodes special characters in a URL string into character-entity equivalents.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5511 <returns>An encoded URL string.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5512 <param name="url">The text to encode.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5513 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5514 <member name="M:System.Web.Mvc.UrlHelper.GenerateContentUrl(System.String,System.Web.HttpContextBase)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5515 <summary>Returns a string that contains a content URL.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5516 <returns>A string that contains a content URL.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5517 <param name="contentPath">The content path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5518 <param name="httpContext">The HTTP context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5519 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5520 <member name="M:System.Web.Mvc.UrlHelper.GenerateUrl(System.String,System.String,System.String,System.String,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Routing.RouteCollection,System.Web.Routing.RequestContext,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5521 <summary>Returns a string that contains a URL.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5522 <returns>A string that contains a URL.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5523 <param name="routeName">The route name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5524 <param name="actionName">The action name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5525 <param name="controllerName">The controller name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5526 <param name="protocol">The HTTP protocol.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5527 <param name="hostName">The host name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5528 <param name="fragment">The fragment.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5529 <param name="routeValues">The route values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5530 <param name="routeCollection">The route collection.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5531 <param name="requestContext">The request context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5532 <param name="includeImplicitMvcValues">true to include implicit MVC values; otherwise false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5533 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5534 <member name="M:System.Web.Mvc.UrlHelper.GenerateUrl(System.String,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Routing.RouteCollection,System.Web.Routing.RequestContext,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5535 <summary>Returns a string that contains a URL.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5536 <returns>A string that contains a URL.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5537 <param name="routeName">The route name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5538 <param name="actionName">The action name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5539 <param name="controllerName">The controller name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5540 <param name="routeValues">The route values.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5541 <param name="routeCollection">The route collection.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5542 <param name="requestContext">The request context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5543 <param name="includeImplicitMvcValues">true to include implicit MVC values; otherwise. false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5544 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5545 <member name="M:System.Web.Mvc.UrlHelper.IsLocalUrl(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5546 <summary>Returns a value that indicates whether the URL is local.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5547 <returns>true if the URL is local; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5548 <param name="url">The URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5549 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5550 <member name="P:System.Web.Mvc.UrlHelper.RequestContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5551 <summary>Gets information about an HTTP request that matches a defined route.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5552 <returns>The request context.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5553 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5554 <member name="P:System.Web.Mvc.UrlHelper.RouteCollection"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5555 <summary>Gets a collection that contains the routes that are registered for the application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5556 <returns>The route collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5557 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5558 <member name="M:System.Web.Mvc.UrlHelper.RouteUrl(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5559 <summary>Generates a fully qualified URL for the specified route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5560 <returns>The fully qualified URL.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5561 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. The object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5562 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5563 <member name="M:System.Web.Mvc.UrlHelper.RouteUrl(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5564 <summary>Generates a fully qualified URL for the specified route name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5565 <returns>The fully qualified URL.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5566 <param name="routeName">The name of the route that is used to generate the URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5567 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5568 <member name="M:System.Web.Mvc.UrlHelper.RouteUrl(System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5569 <summary>Generates a fully qualified URL for the specified route values by using a route name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5570 <returns>The fully qualified URL.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5571 <param name="routeName">The name of the route that is used to generate the URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5572 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. The object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5573 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5574 <member name="M:System.Web.Mvc.UrlHelper.RouteUrl(System.String,System.Object,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5575 <summary>Generates a fully qualified URL for the specified route values by using a route name and the protocol to use.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5576 <returns>The fully qualified URL.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5577 <param name="routeName">The name of the route that is used to generate the URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5578 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. The object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5579 <param name="protocol">The protocol for the URL, such as "http" or "https".</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5580 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5581 <member name="M:System.Web.Mvc.UrlHelper.RouteUrl(System.String,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5582 <summary>Generates a fully qualified URL for the specified route values by using a route name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5583 <returns>The fully qualified URL.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5584 <param name="routeName">The name of the route that is used to generate the URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5585 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5586 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5587 <member name="M:System.Web.Mvc.UrlHelper.RouteUrl(System.String,System.Web.Routing.RouteValueDictionary,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5588 <summary>Generates a fully qualified URL for the specified route values by using the specified route name, protocol to use, and host name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5589 <returns>The fully qualified URL.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5590 <param name="routeName">The name of the route that is used to generate the URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5591 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5592 <param name="protocol">The protocol for the URL, such as "http" or "https".</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5593 <param name="hostName">The host name for the URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5594 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5595 <member name="M:System.Web.Mvc.UrlHelper.RouteUrl(System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5596 <summary>Generates a fully qualified URL for the specified route values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5597 <returns>The fully qualified URL.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5598 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5599 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5600 <member name="T:System.Web.Mvc.UrlParameter"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5601 <summary>Represents an optional parameter that is used by the <see cref="T:System.Web.Mvc.MvcHandler" /> class during routing.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5602 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5603 <member name="F:System.Web.Mvc.UrlParameter.Optional"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5604 <summary>Contains the read-only value for the optional parameter.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5605 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5606 <member name="M:System.Web.Mvc.UrlParameter.ToString"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5607 <summary>Returns an empty string. This method supports the ASP.NET MVC infrastructure and is not intended to be used directly from your code.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5608 <returns>An empty string.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5609 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5610 <member name="T:System.Web.Mvc.ValidatableObjectAdapter"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5611 <summary>Provides an object adapter that can be validated.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5612 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5613 <member name="M:System.Web.Mvc.ValidatableObjectAdapter.#ctor(System.Web.Mvc.ModelMetadata,System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5614 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ValidatableObjectAdapter" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5615 <param name="metadata">The model metadata.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5616 <param name="context">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5617 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5618 <member name="M:System.Web.Mvc.ValidatableObjectAdapter.Validate(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5619 <summary>Validates the specified object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5620 <returns>A list of validation results.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5621 <param name="container">The container.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5622 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5623 <member name="T:System.Web.Mvc.ValidateAntiForgeryTokenAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5624 <summary>Represents an attribute that is used to detect whether a server request has been tampered with.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5625 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5626 <member name="M:System.Web.Mvc.ValidateAntiForgeryTokenAttribute.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5627 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ValidateAntiForgeryTokenAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5628 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5629 <member name="M:System.Web.Mvc.ValidateAntiForgeryTokenAttribute.OnAuthorization(System.Web.Mvc.AuthorizationContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5630 <summary>Called when authorization is required.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5631 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5632 <exception cref="T:System.ArgumentNullException">The <paramref name="filterContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5633 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5634 <member name="P:System.Web.Mvc.ValidateAntiForgeryTokenAttribute.Salt"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5635 <summary>Gets or sets the salt string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5636 <returns>The salt string.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5637 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5638 <member name="T:System.Web.Mvc.ValidateInputAttribute"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5639 <summary>Represents an attribute that is used to mark action methods whose input must be validated.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5640 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5641 <member name="M:System.Web.Mvc.ValidateInputAttribute.#ctor(System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5642 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ValidateInputAttribute" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5643 <param name="enableValidation">true to enable validation.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5644 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5645 <member name="P:System.Web.Mvc.ValidateInputAttribute.EnableValidation"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5646 <summary>Gets or sets a value that indicates whether to enable validation.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5647 <returns>true if validation is enabled; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5648 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5649 <member name="M:System.Web.Mvc.ValidateInputAttribute.OnAuthorization(System.Web.Mvc.AuthorizationContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5650 <summary>Called when authorization is required.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5651 <param name="filterContext">The filter context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5652 <exception cref="T:System.ArgumentNullException">The <paramref name="filterContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5653 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5654 <member name="T:System.Web.Mvc.ValueProviderCollection"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5655 <summary>Represents the collection of value-provider objects for the application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5656 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5657 <member name="M:System.Web.Mvc.ValueProviderCollection.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5658 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ValueProviderCollection" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5659 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5660 <member name="M:System.Web.Mvc.ValueProviderCollection.#ctor(System.Collections.Generic.IList{System.Web.Mvc.IValueProvider})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5661 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ValueProviderCollection" /> class and registers the specified value providers.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5662 <param name="list">The list of value providers to register.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5663 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5664 <member name="M:System.Web.Mvc.ValueProviderCollection.ContainsPrefix(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5665 <summary>Determines whether the collection contains the specified prefix.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5666 <returns>true if the collection contains the specified prefix; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5667 <param name="prefix">The prefix to search for.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5668 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5669 <member name="M:System.Web.Mvc.ValueProviderCollection.GetValue(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5670 <summary>Returns a value object using the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5671 <returns>The value object for the specified key.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5672 <param name="key">The key of the value object to retrieve.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5673 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5674 <member name="M:System.Web.Mvc.ValueProviderCollection.GetValue(System.String,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5675 <summary>Returns a value object using the specified key and skip-validation parameter.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5676 <returns>The value object for the specified key.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5677 <param name="key">The key of the value object to retrieve.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5678 <param name="skipValidation">true to specify that validation should be skipped; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5679 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5680 <member name="M:System.Web.Mvc.ValueProviderCollection.InsertItem(System.Int32,System.Web.Mvc.IValueProvider)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5681 <summary>Inserts the specified value-provider object into the collection at the specified index location.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5682 <param name="index">The zero-based index location at which to insert the value provider into the collection.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5683 <param name="item">The value-provider object to insert.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5684 <exception cref="T:System.ArgumentNullException">The <paramref name="item" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5685 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5686 <member name="M:System.Web.Mvc.ValueProviderCollection.SetItem(System.Int32,System.Web.Mvc.IValueProvider)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5687 <summary>Replaces the value provider at the specified index location with a new value provider.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5688 <param name="index">The zero-based index of the element to replace.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5689 <param name="item">The new value for the element at the specified index.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5690 <exception cref="T:System.ArgumentNullException">The <paramref name="item" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5691 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5692 <member name="T:System.Web.Mvc.ValueProviderDictionary"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5693 <summary>Represents a dictionary of value providers for the application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5694 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5695 <member name="M:System.Web.Mvc.ValueProviderDictionary.#ctor(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5696 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ValueProviderDictionary" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5697 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5698 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5699 <member name="M:System.Web.Mvc.ValueProviderDictionary.Add(System.Collections.Generic.KeyValuePair{System.String,System.Web.Mvc.ValueProviderResult})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5700 <summary>Adds the specified item to the collection of value providers.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5701 <param name="item">The object to add to the <see cref="T:System.Collections.Generic.ICollection`1" /> object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5702 <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1" /> object is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5703 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5704 <member name="M:System.Web.Mvc.ValueProviderDictionary.Add(System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5705 <summary>Adds an element that has the specified key and value to the collection of value providers.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5706 <param name="key">The key of the element to add.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5707 <param name="value">The value of the element to add.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5708 <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IDictionary`2" /> object is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5709 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5710 <paramref name="key" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5711 <exception cref="T:System.ArgumentException">An element that has the specified key already exists in the <see cref="T:System.Collections.Generic.IDictionary`2" /> object.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5712 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5713 <member name="M:System.Web.Mvc.ValueProviderDictionary.Add(System.String,System.Web.Mvc.ValueProviderResult)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5714 <summary>Adds an element that has the specified key and value to the collection of value providers.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5715 <param name="key">The key of the element to add.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5716 <param name="value">The value of the element to add.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5717 <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IDictionary`2" /> object is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5718 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5719 <paramref name="key" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5720 <exception cref="T:System.ArgumentException">An element that has the specified key already exists in the <see cref="T:System.Collections.Generic.IDictionary`2" /> object.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5721 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5722 <member name="M:System.Web.Mvc.ValueProviderDictionary.Clear"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5723 <summary>Removes all items from the collection of value providers.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5724 <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1" /> object is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5725 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5726 <member name="M:System.Web.Mvc.ValueProviderDictionary.Contains(System.Collections.Generic.KeyValuePair{System.String,System.Web.Mvc.ValueProviderResult})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5727 <summary>Determines whether the collection of value providers contains the specified item.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5728 <returns>true if <paramref name="item" /> is found in the collection of value providers; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5729 <param name="item">The object to locate in the <see cref="T:System.Collections.Generic.ICollection`1" /> instance.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5730 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5731 <member name="M:System.Web.Mvc.ValueProviderDictionary.ContainsKey(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5732 <summary>Determines whether the collection of value providers contains an element that has the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5733 <returns>true if the collection of value providers contains an element that has the key; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5734 <param name="key">The key of the element to find in the <see cref="T:System.Collections.Generic.IDictionary`2" /> instance.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5735 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5736 <paramref name="key" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5737 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5738 <member name="P:System.Web.Mvc.ValueProviderDictionary.ControllerContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5739 <summary>Gets or sets the controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5740 <returns>The controller context.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5741 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5742 <member name="M:System.Web.Mvc.ValueProviderDictionary.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Web.Mvc.ValueProviderResult}[],System.Int32)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5743 <summary>Copies the elements of the collection to an array, starting at the specified index.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5744 <param name="array">The one-dimensional array that is the destination of the elements copied from the <see cref="T:System.Collections.Generic.ICollection`1" /> object. The array must have zero-based indexing.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5745 <param name="arrayIndex">The zero-based index in <paramref name="array" /> at which copying starts.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5746 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5747 <paramref name="array" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5748 <exception cref="T:System.ArgumentOutOfRangeException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5749 <paramref name="arrayIndex" /> is less than 0.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5750 <exception cref="T:System.ArgumentException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5751 <paramref name="array" /> is multidimensional.-or-<paramref name="arrayIndex" /> is equal to or greater than the length of <paramref name="array" />.-or-The number of elements in the source collection is greater than the available space from <paramref name="arrayIndex" /> to the end of the destination <paramref name="array" />.-or-Type <paramref name="T" /> cannot be cast automatically to the type of the destination array.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5752 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5753 <member name="P:System.Web.Mvc.ValueProviderDictionary.Count"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5754 <summary>Gets the number of elements in the collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5755 <returns>The number of elements in the collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5756 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5757 <member name="M:System.Web.Mvc.ValueProviderDictionary.GetEnumerator"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5758 <summary>Returns an enumerator that can be used to iterate through the collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5759 <returns>An enumerator that can be used to iterate through the collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5760 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5761 <member name="P:System.Web.Mvc.ValueProviderDictionary.IsReadOnly"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5762 <summary>Gets a value that indicates whether the collection is read-only.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5763 <returns>true if the collection is read-only; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5764 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5765 <member name="P:System.Web.Mvc.ValueProviderDictionary.Item(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5766 <summary>Gets or sets the <see cref="T:System.Web.Mvc.ValueProviderResult" /> object that has the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5767 <returns>The <see cref="T:System.Web.Mvc.ValueProviderResult" /> object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5768 <param name="key">The key.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5769 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5770 <member name="P:System.Web.Mvc.ValueProviderDictionary.Keys"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5771 <summary>Gets a collection that contains the keys of the <see cref="T:System.Collections.Generic.IDictionary`2" /> instance.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5772 <returns>A collection that contains the keys of the object that implements the <see cref="T:System.Collections.Generic.IDictionary`2" /> interface.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5773 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5774 <member name="M:System.Web.Mvc.ValueProviderDictionary.Remove(System.Collections.Generic.KeyValuePair{System.String,System.Web.Mvc.ValueProviderResult})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5775 <summary>Removes the first occurrence of the specified item from the collection of value providers.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5776 <returns>true if <paramref name="item" /> was successfully removed from the collection; otherwise, false. This method also returns false if <paramref name="item" /> is not found in the collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5777 <param name="item">The object to remove from the <see cref="T:System.Collections.Generic.ICollection`1" /> instance.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5778 <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1" /> object is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5779 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5780 <member name="M:System.Web.Mvc.ValueProviderDictionary.Remove(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5781 <summary>Removes the element that has the specified key from the collection of value providers.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5782 <returns>true if the element was successfully removed; otherwise, false. This method also returns false if <paramref name="key" /> was not found in the collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5783 <param name="key">The key of the element to remove.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5784 <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IDictionary`2" /> object is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5785 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5786 <paramref name="key" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5787 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5788 <member name="M:System.Web.Mvc.ValueProviderDictionary.System#Collections#IEnumerable#GetEnumerator"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5789 <summary>Returns an enumerator that can be used to iterate through a collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5790 <returns>An enumerator that can be used to iterate through the collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5791 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5792 <member name="M:System.Web.Mvc.ValueProviderDictionary.System#Web#Mvc#IValueProvider#ContainsPrefix(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5793 <summary>Determines whether the collection contains the specified prefix.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5794 <returns>true if the collection contains the specified prefix; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5795 <param name="prefix">The prefix to search for.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5796 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5797 <member name="M:System.Web.Mvc.ValueProviderDictionary.System#Web#Mvc#IValueProvider#GetValue(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5798 <summary>Returns a value object using the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5799 <returns>The value object for the specified key.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5800 <param name="key">The key of the value object to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5801 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5802 <member name="M:System.Web.Mvc.ValueProviderDictionary.TryGetValue(System.String,System.Web.Mvc.ValueProviderResult@)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5803 <summary>Gets the value of the element that has the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5804 <returns>true if the object that implements <see cref="T:System.Collections.Generic.IDictionary`2" /> contains an element that has the specified key; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5805 <param name="key">The key of the element to get.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5806 <param name="value">When this method returns, the value that is associated with the specified key, if the key is found; otherwise, the default value for the type of the <paramref name="value" /> parameter. This parameter is passed uninitialized.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5807 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5808 <paramref name="key" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5809 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5810 <member name="P:System.Web.Mvc.ValueProviderDictionary.Values"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5811 <summary>Gets a collection that contains the values in the <see cref="T:System.Collections.Generic.IDictionary`2" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5812 <returns>A collection of the values in the object that implements the <see cref="T:System.Collections.Generic.IDictionary`2" /> interface.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5813 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5814 <member name="T:System.Web.Mvc.ValueProviderFactories"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5815 <summary>Represents a container for value-provider factory objects.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5816 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5817 <member name="P:System.Web.Mvc.ValueProviderFactories.Factories"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5818 <summary>Gets the collection of value-provider factories for the application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5819 <returns>The collection of value-provider factory objects.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5820 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5821 <member name="T:System.Web.Mvc.ValueProviderFactory"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5822 <summary>Represents a factory for creating value-provider objects.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5823 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5824 <member name="M:System.Web.Mvc.ValueProviderFactory.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5825 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ValueProviderFactory" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5826 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5827 <member name="M:System.Web.Mvc.ValueProviderFactory.GetValueProvider(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5828 <summary>Returns a value-provider object for the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5829 <returns>A value-provider object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5830 <param name="controllerContext">An object that encapsulates information about the current HTTP request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5831 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5832 <member name="T:System.Web.Mvc.ValueProviderFactoryCollection"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5833 <summary>Represents the collection of value-provider factories for the application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5834 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5835 <member name="M:System.Web.Mvc.ValueProviderFactoryCollection.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5836 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ValueProviderFactoryCollection" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5837 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5838 <member name="M:System.Web.Mvc.ValueProviderFactoryCollection.#ctor(System.Collections.Generic.IList{System.Web.Mvc.ValueProviderFactory})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5839 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ValueProviderFactoryCollection" /> class using the specified list of value-provider factories.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5840 <param name="list">A list of value-provider factories to initialize the collection with.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5841 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5842 <member name="M:System.Web.Mvc.ValueProviderFactoryCollection.GetValueProvider(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5843 <summary>Returns the value-provider factory for the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5844 <returns>The value-provider factory object for the specified controller context.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5845 <param name="controllerContext">An object that encapsulates information about the current HTTP request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5846 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5847 <member name="M:System.Web.Mvc.ValueProviderFactoryCollection.InsertItem(System.Int32,System.Web.Mvc.ValueProviderFactory)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5848 <summary>Inserts the specified value-provider factory object at the specified index location.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5849 <param name="index">The zero-based index location at which to insert the value provider into the collection.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5850 <param name="item">The value-provider factory object to insert.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5851 <exception cref="ArgumentNullException">The <paramref name="item" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5852 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5853 <member name="M:System.Web.Mvc.ValueProviderFactoryCollection.SetItem(System.Int32,System.Web.Mvc.ValueProviderFactory)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5854 <summary>Sets the specified value-provider factory object at the given index location.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5855 <param name="index">The zero-based index location at which to insert the value provider into the collection.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5856 <param name="item">The value-provider factory object to set.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5857 <exception cref="ArgumentNullException">The <paramref name="item" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5858 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5859 <member name="T:System.Web.Mvc.ValueProviderResult"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5860 <summary>Represents the result of binding a value (such as from a form post or query string) to an action-method argument property, or to the argument itself.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5861 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5862 <member name="M:System.Web.Mvc.ValueProviderResult.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5863 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ValueProviderResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5864 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5865 <member name="M:System.Web.Mvc.ValueProviderResult.#ctor(System.Object,System.String,System.Globalization.CultureInfo)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5866 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ValueProviderResult" /> class by using the specified raw value, attempted value, and culture information.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5867 <param name="rawValue">The raw value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5868 <param name="attemptedValue">The attempted value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5869 <param name="culture">The culture.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5870 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5871 <member name="P:System.Web.Mvc.ValueProviderResult.AttemptedValue"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5872 <summary>Gets or sets the raw value that is converted to a string for display.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5873 <returns>The raw value.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5874 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5875 <member name="M:System.Web.Mvc.ValueProviderResult.ConvertTo(System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5876 <summary>Converts the value that is encapsulated by this result to the specified type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5877 <returns>The converted value.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5878 <param name="type">The target type.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5879 <exception cref="T:System.ArgumentNullException">The <paramref name="type" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5880 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5881 <member name="M:System.Web.Mvc.ValueProviderResult.ConvertTo(System.Type,System.Globalization.CultureInfo)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5882 <summary>Converts the value that is encapsulated by this result to the specified type by using the specified culture information.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5883 <returns>The converted value.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5884 <param name="type">The target type.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5885 <param name="culture">The culture to use in the conversion.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5886 <exception cref="T:System.ArgumentNullException">The <paramref name="type" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5887 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5888 <member name="P:System.Web.Mvc.ValueProviderResult.Culture"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5889 <summary>Gets or sets the culture.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5890 <returns>The culture.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5891 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5892 <member name="P:System.Web.Mvc.ValueProviderResult.RawValue"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5893 <summary>Gets or set the raw value that is supplied by the value provider.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5894 <returns>The raw value.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5895 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5896 <member name="T:System.Web.Mvc.ViewContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5897 <summary>Encapsulates information that is related to rendering a view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5898 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5899 <member name="M:System.Web.Mvc.ViewContext.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5900 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewContext" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5901 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5902 <member name="M:System.Web.Mvc.ViewContext.#ctor(System.Web.Mvc.ControllerContext,System.Web.Mvc.IView,System.Web.Mvc.ViewDataDictionary,System.Web.Mvc.TempDataDictionary,System.IO.TextWriter)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5903 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewContext" /> class by using the specified controller context, view, view data dictionary, temporary data dictionary, and text writer.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5904 <param name="controllerContext">Encapsulates information about the HTTP request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5905 <param name="view">The view to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5906 <param name="viewData">The dictionary that contains the data that is required in order to render the view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5907 <param name="tempData">The dictionary that contains temporary data for the view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5908 <param name="writer">The text writer object that is used to write HTML output.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5909 <exception cref="T:System.ArgumentNullException">One of the parameters is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5910 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5911 <member name="P:System.Web.Mvc.ViewContext.ClientValidationEnabled"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5912 <summary>Gets or sets a value that indicates whether client-side validation is enabled.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5913 <returns>true if client-side validation is enabled; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5914 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5915 <member name="P:System.Web.Mvc.ViewContext.FormContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5916 <summary>Gets or sets an object that encapsulates information that is required in order to validate and process the input data from an HTML form.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5917 <returns>An object that encapsulates information that is required in order to validate and process the input data from an HTML form.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5918 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5919 <member name="M:System.Web.Mvc.ViewContext.OutputClientValidation"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5920 <summary>Writes the client validation information to the HTTP response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5921 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5922 <member name="P:System.Web.Mvc.ViewContext.TempData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5923 <summary>Gets data that is associated with this request and that is available for only one request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5924 <returns>The temporary data.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5925 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5926 <member name="P:System.Web.Mvc.ViewContext.UnobtrusiveJavaScriptEnabled"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5927 <summary>Gets or sets a value that indicates whether unobtrusive JavaScript is enabled.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5928 <returns>true if unobtrusive JavaScript is enabled; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5929 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5930 <member name="P:System.Web.Mvc.ViewContext.View"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5931 <summary>Gets an object that implements the <see cref="T:System.Web.Mvc.IView" /> interface to render in the browser.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5932 <returns>The view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5933 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5934 <member name="P:System.Web.Mvc.ViewContext.ViewData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5935 <summary>Gets the view data that is passed to the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5936 <returns>The view data.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5937 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5938 <member name="P:System.Web.Mvc.ViewContext.Writer"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5939 <summary>Gets or sets the text writer object that is used to write HTML output.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5940 <returns>The object that is used to write the HTML output.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5941 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5942 <member name="T:System.Web.Mvc.ViewDataDictionary"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5943 <summary>Represents a container that is used to pass data between a controller and a view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5944 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5945 <member name="M:System.Web.Mvc.ViewDataDictionary.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5946 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5947 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5948 <member name="M:System.Web.Mvc.ViewDataDictionary.#ctor(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5949 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> class by using the specified model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5950 <param name="model">The model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5951 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5952 <member name="M:System.Web.Mvc.ViewDataDictionary.#ctor(System.Web.Mvc.ViewDataDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5953 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> class by using the specified dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5954 <param name="dictionary">The dictionary.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5955 <exception cref="T:System.ArgumentNullException">The <paramref name="dictionary" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5956 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5957 <member name="M:System.Web.Mvc.ViewDataDictionary.Add(System.Collections.Generic.KeyValuePair{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5958 <summary>Adds the specified item to the collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5959 <param name="item">The object to add to the collection.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5960 <exception cref="T:System.NotSupportedException">The collection is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5961 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5962 <member name="M:System.Web.Mvc.ViewDataDictionary.Add(System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5963 <summary>Adds an element to the collection using the specified key and value .</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5964 <param name="key">The key of the element to add.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5965 <param name="value">The value of the element to add.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5966 <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.IDictionary`2" /> object is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5967 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5968 <paramref name="key" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5969 <exception cref="T:System.ArgumentException">An element with the same key already exists in the <see cref="T:System.Collections.Generic.IDictionary`2" /> object.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5970 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5971 <member name="M:System.Web.Mvc.ViewDataDictionary.Clear"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5972 <summary>Removes all items from the collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5973 <exception cref="T:System.NotSupportedException">The <see cref="T:System.Collections.Generic.ICollection`1" /> object is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5974 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5975 <member name="M:System.Web.Mvc.ViewDataDictionary.Contains(System.Collections.Generic.KeyValuePair{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5976 <summary>Determines whether the collection contains the specified item.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5977 <returns>true if <paramref name="item" /> is found in the collection; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5978 <param name="item">The object to locate in the collection.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5979 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5980 <member name="M:System.Web.Mvc.ViewDataDictionary.ContainsKey(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5981 <summary>Determines whether the collection contains an element that has the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5982 <returns>true if the collection contains an element that has the specified key; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5983 <param name="key">The key of the element to locate in the collection.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5984 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5985 <paramref name="key" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5986 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5987 <member name="M:System.Web.Mvc.ViewDataDictionary.CopyTo(System.Collections.Generic.KeyValuePair{System.String,System.Object}[],System.Int32)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5988 <summary>Copies the elements of the collection to an array, starting at a particular index.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5989 <param name="array">The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5990 <param name="arrayIndex">The zero-based index in <paramref name="array" /> at which copying begins.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5991 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5992 <paramref name="array" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5993 <exception cref="T:System.ArgumentOutOfRangeException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5994 <paramref name="arrayIndex" /> is less than 0.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5995 <exception cref="T:System.ArgumentException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5996 <paramref name="array" /> is multidimensional.-or- <paramref name="arrayIndex" /> is equal to or greater than the length of <paramref name="array" />.-or- The number of elements in the source collection is greater than the available space from <paramref name="arrayIndex" /> to the end of the destination <paramref name="array" />.-or- Type <paramref name="T" /> cannot be cast automatically to the type of the destination <paramref name="array" />.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5997 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5998 <member name="P:System.Web.Mvc.ViewDataDictionary.Count"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
5999 <summary>Gets the number of elements in the collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6000 <returns>The number of elements in the collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6001 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6002 <member name="M:System.Web.Mvc.ViewDataDictionary.Eval(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6003 <summary>Evaluates the specified expression.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6004 <returns>The results of the evaluation.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6005 <param name="expression">The expression.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6006 <exception cref="T:System.ArgumentException">The <paramref name="expression" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6007 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6008 <member name="M:System.Web.Mvc.ViewDataDictionary.Eval(System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6009 <summary>Evaluates the specified expression by using the specified format.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6010 <returns>The results of the evaluation.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6011 <param name="expression">The expression.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6012 <param name="format">The format.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6013 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6014 <member name="M:System.Web.Mvc.ViewDataDictionary.GetEnumerator"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6015 <summary>Returns an enumerator that can be used to iterate through the collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6016 <returns>An enumerator that can be used to iterate through the collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6017 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6018 <member name="M:System.Web.Mvc.ViewDataDictionary.GetViewDataInfo(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6019 <summary>Returns information about the view data as defined by the <paramref name="expression" /> parameter.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6020 <returns>An object that contains the view data information that is defined by the <paramref name="expression" /> parameter.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6021 <param name="expression">A set of key/value pairs that define the view-data information to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6022 <exception cref="T:System.ArgumentException">The <paramref name="expression" /> parameter is either null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6023 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6024 <member name="P:System.Web.Mvc.ViewDataDictionary.IsReadOnly"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6025 <summary>Gets a value that indicates whether the collection is read-only.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6026 <returns>true if the collection is read-only; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6027 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6028 <member name="P:System.Web.Mvc.ViewDataDictionary.Item(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6029 <summary>Gets or sets the item that is associated with the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6030 <returns>The value of the selected item.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6031 <param name="key">The key.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6032 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6033 <member name="P:System.Web.Mvc.ViewDataDictionary.Keys"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6034 <summary>Gets a collection that contains the keys of this dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6035 <returns>A collection that contains the keys of the object that implements <see cref="T:System.Collections.Generic.IDictionary`2" />.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6036 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6037 <member name="P:System.Web.Mvc.ViewDataDictionary.Model"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6038 <summary>Gets or sets the model that is associated with the view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6039 <returns>The model that is associated with the view data.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6040 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6041 <member name="P:System.Web.Mvc.ViewDataDictionary.ModelMetadata"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6042 <summary>Gets or sets information about the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6043 <returns>Information about the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6044 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6045 <member name="P:System.Web.Mvc.ViewDataDictionary.ModelState"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6046 <summary>Gets the state of the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6047 <returns>The state of the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6048 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6049 <member name="M:System.Web.Mvc.ViewDataDictionary.Remove(System.Collections.Generic.KeyValuePair{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6050 <summary>Removes the first occurrence of a specified object from the collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6051 <returns>true if <paramref name="item" /> was successfully removed from the collection; otherwise, false. This method also returns false if <paramref name="item" /> is not found in the collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6052 <param name="item">The object to remove from the collection.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6053 <exception cref="T:System.NotSupportedException">The collection is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6054 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6055 <member name="M:System.Web.Mvc.ViewDataDictionary.Remove(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6056 <summary>Removes the element from the collection using the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6057 <returns>true if the element is successfully removed; otherwise, false. This method also returns false if <paramref name="key" /> was not found in the original collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6058 <param name="key">The key of the element to remove.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6059 <exception cref="T:System.NotSupportedException">The collection is read-only.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6060 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6061 <paramref name="key" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6062 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6063 <member name="M:System.Web.Mvc.ViewDataDictionary.SetModel(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6064 <summary>Sets the data model to use for the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6065 <param name="value">The data model to use for the view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6066 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6067 <member name="M:System.Web.Mvc.ViewDataDictionary.System#Collections#IEnumerable#GetEnumerator"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6068 <summary>Returns an enumerator that can be used to iterate through the collection.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6069 <returns>An enumerator that can be used to iterate through the collection.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6070 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6071 <member name="P:System.Web.Mvc.ViewDataDictionary.TemplateInfo"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6072 <summary>Gets or sets an object that encapsulates information about the current template context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6073 <returns>An object that contains information about the current template.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6074 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6075 <member name="M:System.Web.Mvc.ViewDataDictionary.TryGetValue(System.String,System.Object@)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6076 <summary>Attempts to retrieve the value that is associated with the specified key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6077 <returns>true if the collection contains an element with the specified key; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6078 <param name="key">The key of the value to get.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6079 <param name="value">When this method returns, the value that is associated with the specified key, if the key is found; otherwise, the default value for the type of the <paramref name="value" /> parameter. This parameter is passed uninitialized.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6080 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6081 <paramref name="key" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6082 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6083 <member name="P:System.Web.Mvc.ViewDataDictionary.Values"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6084 <summary>Gets a collection that contains the values in this dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6085 <returns>A collection that contains the values of the object that implements <see cref="T:System.Collections.Generic.IDictionary`2" />.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6086 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6087 <member name="T:System.Web.Mvc.ViewDataDictionary`1"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6088 <summary>Represents a container that is used to pass strongly typed data between a controller and a view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6089 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6090 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6091 <member name="M:System.Web.Mvc.ViewDataDictionary`1.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6092 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6093 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6094 <member name="M:System.Web.Mvc.ViewDataDictionary`1.#ctor(System.Web.Mvc.ViewDataDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6095 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> class by using the specified view data dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6096 <param name="viewDataDictionary">An existing view data dictionary to copy into this instance.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6097 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6098 <member name="M:System.Web.Mvc.ViewDataDictionary`1.#ctor(`0)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6099 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> class by using the specified model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6100 <param name="model">The data model to use for the view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6101 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6102 <member name="P:System.Web.Mvc.ViewDataDictionary`1.Model"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6103 <summary>Gets or sets the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6104 <returns>A reference to the data model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6105 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6106 <member name="P:System.Web.Mvc.ViewDataDictionary`1.ModelMetadata"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6107 <summary>Gets or sets information about the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6108 <returns>Information about the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6109 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6110 <member name="M:System.Web.Mvc.ViewDataDictionary`1.SetModel(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6111 <summary>Sets the data model to use for the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6112 <param name="value">The data model to use for the view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6113 <exception cref="T:System.InvalidOperationException">An error occurred while the model was being set.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6114 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6115 <member name="T:System.Web.Mvc.ViewDataInfo"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6116 <summary>Encapsulates information about the current template content that is used to develop templates and about HTML helpers that interact with templates.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6117 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6118 <member name="M:System.Web.Mvc.ViewDataInfo.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6119 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewDataInfo" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6120 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6121 <member name="M:System.Web.Mvc.ViewDataInfo.#ctor(System.Func{System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6122 <summary>Initializes a new instance of the T:System.Web.Mvc.ViewDataInfo class and associates a delegate for accessing the view data information.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6123 <param name="valueAccessor">A delegate that defines how the view data information is accessed.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6124 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6125 <member name="P:System.Web.Mvc.ViewDataInfo.Container"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6126 <summary>Gets or sets the object that contains the values to be displayed by the template.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6127 <returns>The object that contains the values to be displayed by the template.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6128 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6129 <member name="P:System.Web.Mvc.ViewDataInfo.PropertyDescriptor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6130 <summary>Gets or sets the description of the property to be displayed by the template.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6131 <returns>The description of the property to be displayed by the template.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6132 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6133 <member name="P:System.Web.Mvc.ViewDataInfo.Value"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6134 <summary>Gets or sets the current value to be displayed by the template.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6135 <returns>The current value to be displayed by the template.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6136 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6137 <member name="T:System.Web.Mvc.ViewEngineCollection"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6138 <summary>Represents a collection of view engines that are available to the application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6139 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6140 <member name="M:System.Web.Mvc.ViewEngineCollection.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6141 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewEngineCollection" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6142 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6143 <member name="M:System.Web.Mvc.ViewEngineCollection.#ctor(System.Collections.Generic.IList{System.Web.Mvc.IViewEngine})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6144 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewEngineCollection" /> class by using the specified list of view engines.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6145 <param name="list">The list that is wrapped by the new collection.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6146 <exception cref="T:System.ArgumentNullException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6147 <paramref name="list" /> is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6148 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6149 <member name="M:System.Web.Mvc.ViewEngineCollection.FindPartialView(System.Web.Mvc.ControllerContext,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6150 <summary>Finds the specified partial view by using the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6151 <returns>The partial view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6152 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6153 <param name="partialViewName">The name of the partial view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6154 <exception cref="T:System.ArgumentNullException">The <paramref name="controllerContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6155 <exception cref="T:System.ArgumentException">The <paramref name="partialViewName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6156 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6157 <member name="M:System.Web.Mvc.ViewEngineCollection.FindView(System.Web.Mvc.ControllerContext,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6158 <summary>Finds the specified view by using the specified controller context and master view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6159 <returns>The view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6160 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6161 <param name="viewName">The name of the view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6162 <param name="masterName">The name of the master view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6163 <exception cref="T:System.ArgumentNullException">The <paramref name="controllerContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6164 <exception cref="T:System.ArgumentException">The <paramref name="viewName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6165 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6166 <member name="M:System.Web.Mvc.ViewEngineCollection.InsertItem(System.Int32,System.Web.Mvc.IViewEngine)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6167 <summary>Inserts an element into the collection at the specified index.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6168 <param name="index">The zero-based index at which <paramref name="item" /> should be inserted.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6169 <param name="item">The object to insert. </param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6170 <exception cref="T:System.ArgumentOutOfRangeException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6171 <paramref name="index" /> is less than zero.-or-<paramref name="index" /> is greater than the number of items in the collection.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6172 <exception cref="T:System.ArgumentNullException">The <paramref name="item" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6173 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6174 <member name="M:System.Web.Mvc.ViewEngineCollection.SetItem(System.Int32,System.Web.Mvc.IViewEngine)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6175 <summary>Replaces the element at the specified index.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6176 <param name="index">The zero-based index of the element to replace.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6177 <param name="item">The new value for the element at the specified index. </param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6178 <exception cref="T:System.ArgumentOutOfRangeException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6179 <paramref name="index" /> is less than zero.-or-<paramref name="index" /> is greater than the number of items in the collection.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6180 <exception cref="T:System.ArgumentNullException">The <paramref name="item" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6181 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6182 <member name="T:System.Web.Mvc.ViewEngineResult"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6183 <summary>Represents the result of locating a view engine.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6184 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6185 <member name="M:System.Web.Mvc.ViewEngineResult.#ctor(System.Collections.Generic.IEnumerable{System.String})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6186 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewEngineResult" /> class by using the specified searched locations.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6187 <param name="searchedLocations">The searched locations.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6188 <exception cref="T:System.ArgumentNullException">The <paramref name="searchedLocations" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6189 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6190 <member name="M:System.Web.Mvc.ViewEngineResult.#ctor(System.Web.Mvc.IView,System.Web.Mvc.IViewEngine)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6191 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewEngineResult" /> class by using the specified view and view engine.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6192 <param name="view">The view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6193 <param name="viewEngine">The view engine.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6194 <exception cref="T:System.ArgumentNullException">The <paramref name="view " />or <paramref name="viewEngine" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6195 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6196 <member name="P:System.Web.Mvc.ViewEngineResult.SearchedLocations"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6197 <summary>Gets or sets the searched locations.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6198 <returns>The searched locations.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6199 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6200 <member name="P:System.Web.Mvc.ViewEngineResult.View"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6201 <summary>Gets or sets the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6202 <returns>The view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6203 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6204 <member name="P:System.Web.Mvc.ViewEngineResult.ViewEngine"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6205 <summary>Gets or sets the view engine.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6206 <returns>The view engine.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6207 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6208 <member name="T:System.Web.Mvc.ViewEngines"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6209 <summary>Represents a collection of view engines that are available to the application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6210 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6211 <member name="P:System.Web.Mvc.ViewEngines.Engines"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6212 <summary>Gets the view engines.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6213 <returns>The view engines.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6214 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6215 <member name="T:System.Web.Mvc.ViewMasterPage"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6216 <summary>Represents the information that is needed to build a master view page.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6217 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6218 <member name="M:System.Web.Mvc.ViewMasterPage.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6219 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewMasterPage" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6220 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6221 <member name="P:System.Web.Mvc.ViewMasterPage.Ajax"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6222 <summary>Gets the AJAX script for the master page.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6223 <returns>The AJAX script for the master page.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6224 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6225 <member name="P:System.Web.Mvc.ViewMasterPage.Html"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6226 <summary>Gets the HTML for the master page.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6227 <returns>The HTML for the master page.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6228 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6229 <member name="P:System.Web.Mvc.ViewMasterPage.Model"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6230 <summary>Gets the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6231 <returns>The model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6232 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6233 <member name="P:System.Web.Mvc.ViewMasterPage.TempData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6234 <summary>Gets the temporary data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6235 <returns>The temporary data.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6236 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6237 <member name="P:System.Web.Mvc.ViewMasterPage.Url"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6238 <summary>Gets the URL.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6239 <returns>The URL.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6240 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6241 <member name="P:System.Web.Mvc.ViewMasterPage.ViewBag"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6242 <summary>Gets the dynamic view-bag dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6243 <returns>The dynamic view-bag dictionary.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6244 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6245 <member name="P:System.Web.Mvc.ViewMasterPage.ViewContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6246 <summary>Gets the view context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6247 <returns>The view context.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6248 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6249 <member name="P:System.Web.Mvc.ViewMasterPage.ViewData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6250 <summary>Gets the view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6251 <returns>The view data.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6252 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6253 <member name="P:System.Web.Mvc.ViewMasterPage.Writer"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6254 <summary>Gets the writer that is used to render the master page.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6255 <returns>The writer that is used to render the master page.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6256 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6257 <member name="T:System.Web.Mvc.ViewMasterPage`1"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6258 <summary>Represents the information that is required in order to build a strongly typed master view page.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6259 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6260 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6261 <member name="M:System.Web.Mvc.ViewMasterPage`1.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6262 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewMasterPage`1" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6263 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6264 <member name="P:System.Web.Mvc.ViewMasterPage`1.Ajax"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6265 <summary>Gets the AJAX script for the master page.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6266 <returns>The AJAX script for the master page.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6267 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6268 <member name="P:System.Web.Mvc.ViewMasterPage`1.Html"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6269 <summary>Gets the HTML for the master page.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6270 <returns>The HTML for the master page.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6271 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6272 <member name="P:System.Web.Mvc.ViewMasterPage`1.Model"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6273 <summary>Gets the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6274 <returns>A reference to the data model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6275 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6276 <member name="P:System.Web.Mvc.ViewMasterPage`1.ViewData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6277 <summary>Gets the view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6278 <returns>The view data.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6279 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6280 <member name="T:System.Web.Mvc.ViewPage"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6281 <summary>Represents the properties and methods that are needed to render a view as a Web Forms page.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6282 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6283 <member name="M:System.Web.Mvc.ViewPage.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6284 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewPage" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6285 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6286 <member name="P:System.Web.Mvc.ViewPage.Ajax"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6287 <summary>Gets or sets the <see cref="T:System.Web.Mvc.AjaxHelper" /> object that is used to render HTML in Ajax scenarios.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6288 <returns>The Ajax helper object that is associated with the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6289 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6290 <member name="P:System.Web.Mvc.ViewPage.Html"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6291 <summary>Gets or sets the <see cref="T:System.Web.Mvc.HtmlHelper" /> object that is used to render HTML elements.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6292 <returns>The HTML helper object that is associated with the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6293 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6294 <member name="M:System.Web.Mvc.ViewPage.InitHelpers"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6295 <summary>Initializes the <see cref="P:System.Web.Mvc.ViewPage.Ajax" />, <see cref="P:System.Web.Mvc.ViewPage.Html" />, and <see cref="P:System.Web.Mvc.ViewPage.Url" /> properties.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6296 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6297 <member name="P:System.Web.Mvc.ViewPage.MasterLocation"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6298 <summary>Gets or sets the path of the master view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6299 <returns>The path of the master view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6300 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6301 <member name="P:System.Web.Mvc.ViewPage.Model"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6302 <summary>Gets the Model property of the associated <see cref="T:System.Web.Mvc.ViewDataDictionary" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6303 <returns>The Model property of the associated <see cref="T:System.Web.Mvc.ViewDataDictionary" /> object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6304 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6305 <member name="M:System.Web.Mvc.ViewPage.OnPreInit(System.EventArgs)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6306 <summary>Raises the <see cref="E:System.Web.UI.Page.PreInit" /> event at the beginning of page initialization.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6307 <param name="e">The event data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6308 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6309 <member name="M:System.Web.Mvc.ViewPage.ProcessRequest(System.Web.HttpContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6310 <summary>Enables processing of the specified HTTP request by the ASP.NET MVC framework.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6311 <param name="context">An object that encapsulates HTTP-specific information about the current HTTP request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6312 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6313 <member name="M:System.Web.Mvc.ViewPage.Render(System.Web.UI.HtmlTextWriter)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6314 <summary>Initializes the <see cref="T:System.Web.UI.HtmlTextWriter" /> object that receives the page content to be rendered.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6315 <param name="writer">The object that receives the page content.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6316 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6317 <member name="M:System.Web.Mvc.ViewPage.RenderView(System.Web.Mvc.ViewContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6318 <summary>Renders the view page to the response using the specified view context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6319 <param name="viewContext">An object that encapsulates the information that is required in order to render the view, which includes the controller context, form context, the temporary data, and the view data for the associated view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6320 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6321 <member name="M:System.Web.Mvc.ViewPage.SetTextWriter(System.IO.TextWriter)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6322 <summary>Sets the text writer that is used to render the view to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6323 <param name="textWriter">The writer that is used to render the view to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6324 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6325 <member name="M:System.Web.Mvc.ViewPage.SetViewData(System.Web.Mvc.ViewDataDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6326 <summary>Sets the view data dictionary for the associated view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6327 <param name="viewData">A dictionary of data to pass to the view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6328 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6329 <member name="P:System.Web.Mvc.ViewPage.TempData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6330 <summary>Gets the temporary data to pass to the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6331 <returns>The temporary data to pass to the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6332 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6333 <member name="P:System.Web.Mvc.ViewPage.Url"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6334 <summary>Gets or sets the URL of the rendered page.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6335 <returns>The URL of the rendered page.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6336 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6337 <member name="P:System.Web.Mvc.ViewPage.ViewBag"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6338 <summary>Gets the view bag.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6339 <returns>The view bag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6340 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6341 <member name="P:System.Web.Mvc.ViewPage.ViewContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6342 <summary>Gets or sets the information that is used to render the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6343 <returns>The information that is used to render the view, which includes the form context, the temporary data, and the view data of the associated view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6344 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6345 <member name="P:System.Web.Mvc.ViewPage.ViewData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6346 <summary>Gets or sets a dictionary that contains data to pass between the controller and the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6347 <returns>A dictionary that contains data to pass between the controller and the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6348 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6349 <member name="P:System.Web.Mvc.ViewPage.Writer"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6350 <summary>Gets the text writer that is used to render the view to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6351 <returns>The text writer that is used to render the view to the response.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6352 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6353 <member name="T:System.Web.Mvc.ViewPage`1"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6354 <summary>Represents the information that is required in order to render a strongly typed view as a Web Forms page.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6355 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6356 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6357 <member name="M:System.Web.Mvc.ViewPage`1.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6358 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewPage`1" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6359 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6360 <member name="P:System.Web.Mvc.ViewPage`1.Ajax"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6361 <summary>Gets or sets the <see cref="T:System.Web.Mvc.AjaxHelper`1" /> object that supports rendering HTML in Ajax scenarios.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6362 <returns>The Ajax helper object that is associated with the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6363 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6364 <member name="P:System.Web.Mvc.ViewPage`1.Html"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6365 <summary>Gets or sets the <see cref="T:System.Web.Mvc.HtmlHelper" /> object that provides support for rendering elements.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6366 <returns>The HTML helper object that is associated with the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6367 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6368 <member name="M:System.Web.Mvc.ViewPage`1.InitHelpers"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6369 <summary>Instantiates and initializes the <see cref="P:System.Web.Mvc.ViewPage`1.Ajax" /> and <see cref="P:System.Web.Mvc.ViewPage`1.Html" /> properties.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6370 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6371 <member name="P:System.Web.Mvc.ViewPage`1.Model"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6372 <summary>Gets the <see cref="P:System.Web.Mvc.ViewDataDictionary`1.Model" /> property of the associated <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6373 <returns>A reference to the data model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6374 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6375 <member name="M:System.Web.Mvc.ViewPage`1.SetViewData(System.Web.Mvc.ViewDataDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6376 <summary>Sets the view data dictionary for the associated view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6377 <param name="viewData">A dictionary of data to pass to the view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6378 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6379 <member name="P:System.Web.Mvc.ViewPage`1.ViewData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6380 <summary>Gets or sets a dictionary that contains data to pass between the controller and the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6381 <returns>A dictionary that contains data to pass between the controller and the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6382 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6383 <member name="T:System.Web.Mvc.ViewResult"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6384 <summary>Represents a class that is used to render a view by using an <see cref="T:System.Web.Mvc.IView" /> instance that is returned by an <see cref="T:System.Web.Mvc.IViewEngine" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6385 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6386 <member name="M:System.Web.Mvc.ViewResult.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6387 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewResult" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6388 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6389 <member name="M:System.Web.Mvc.ViewResult.FindView(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6390 <summary>Searches the registered view engines and returns the object that is used to render the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6391 <returns>The object that is used to render the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6392 <param name="context">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6393 <exception cref="T:System.InvalidOperationException">An error occurred while the method was searching for the view.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6394 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6395 <member name="P:System.Web.Mvc.ViewResult.MasterName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6396 <summary>Gets the name of the master view (such as a master page or template) to use when the view is rendered.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6397 <returns>The name of the master view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6398 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6399 <member name="T:System.Web.Mvc.ViewResultBase"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6400 <summary>Represents a base class that is used to provide the model to the view and then render the view to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6401 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6402 <member name="M:System.Web.Mvc.ViewResultBase.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6403 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewResultBase" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6404 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6405 <member name="M:System.Web.Mvc.ViewResultBase.ExecuteResult(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6406 <summary>When called by the action invoker, renders the view to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6407 <param name="context">The context that the result is executed in.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6408 <exception cref="T:System.ArgumentNullException">The <paramref name="context" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6409 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6410 <member name="M:System.Web.Mvc.ViewResultBase.FindView(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6411 <summary>Returns the <see cref="T:System.Web.Mvc.ViewEngineResult" /> object that is used to render the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6412 <returns>The view engine.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6413 <param name="context">The context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6414 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6415 <member name="P:System.Web.Mvc.ViewResultBase.Model"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6416 <summary>Gets the view data model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6417 <returns>The view data model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6418 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6419 <member name="P:System.Web.Mvc.ViewResultBase.TempData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6420 <summary>Gets or sets the <see cref="T:System.Web.Mvc.TempDataDictionary" /> object for this result.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6421 <returns>The temporary data.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6422 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6423 <member name="P:System.Web.Mvc.ViewResultBase.View"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6424 <summary>Gets or sets the <see cref="T:System.Web.Mvc.IView" /> object that is rendered to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6425 <returns>The view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6426 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6427 <member name="P:System.Web.Mvc.ViewResultBase.ViewBag"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6428 <summary>Gets the view bag.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6429 <returns>The view bag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6430 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6431 <member name="P:System.Web.Mvc.ViewResultBase.ViewData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6432 <summary>Gets or sets the view data <see cref="T:System.Web.Mvc.ViewDataDictionary" /> object for this result.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6433 <returns>The view data.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6434 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6435 <member name="P:System.Web.Mvc.ViewResultBase.ViewEngineCollection"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6436 <summary>Gets or sets the collection of view engines that are associated with this result.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6437 <returns>The collection of view engines.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6438 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6439 <member name="P:System.Web.Mvc.ViewResultBase.ViewName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6440 <summary>Gets or sets the name of the view to render.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6441 <returns>The name of the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6442 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6443 <member name="T:System.Web.Mvc.ViewStartPage"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6444 <summary>Provides an abstract class that can be used to implement a view start (master) page.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6445 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6446 <member name="M:System.Web.Mvc.ViewStartPage.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6447 <summary>When implemented in a derived class, initializes a new instance of the <see cref="T:System.Web.Mvc.ViewStartPage" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6448 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6449 <member name="P:System.Web.Mvc.ViewStartPage.Html"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6450 <summary>When implemented in a derived class, gets the HTML markup for the view start page.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6451 <returns>The HTML markup for the view start page.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6452 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6453 <member name="P:System.Web.Mvc.ViewStartPage.Url"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6454 <summary>When implemented in a derived class, gets the URL for the view start page.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6455 <returns>The URL for the view start page.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6456 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6457 <member name="P:System.Web.Mvc.ViewStartPage.ViewContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6458 <summary>When implemented in a derived class, gets the view context for the view start page.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6459 <returns>The view context for the view start page.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6460 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6461 <member name="T:System.Web.Mvc.ViewTemplateUserControl"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6462 <summary>Provides a container for <see cref="T:System.Web.Mvc.TemplateInfo" /> objects.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6463 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6464 <member name="M:System.Web.Mvc.ViewTemplateUserControl.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6465 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewTemplateUserControl" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6466 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6467 <member name="T:System.Web.Mvc.ViewTemplateUserControl`1"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6468 <summary>Provides a container for <see cref="T:System.Web.Mvc.TemplateInfo" /> objects.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6469 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6470 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6471 <member name="M:System.Web.Mvc.ViewTemplateUserControl`1.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6472 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewTemplateUserControl`1" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6473 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6474 <member name="P:System.Web.Mvc.ViewTemplateUserControl`1.FormattedModelValue"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6475 <summary>Gets the formatted value.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6476 <returns>The formatted value.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6477 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6478 <member name="T:System.Web.Mvc.ViewType"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6479 <summary>Represents the type of a view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6480 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6481 <member name="M:System.Web.Mvc.ViewType.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6482 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewType" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6483 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6484 <member name="P:System.Web.Mvc.ViewType.TypeName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6485 <summary>Gets or sets the name of the type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6486 <returns>The name of the type.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6487 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6488 <member name="T:System.Web.Mvc.ViewUserControl"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6489 <summary>Represents the information that is needed to build a user control.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6490 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6491 <member name="M:System.Web.Mvc.ViewUserControl.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6492 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewUserControl" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6493 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6494 <member name="P:System.Web.Mvc.ViewUserControl.Ajax"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6495 <summary>Gets the AJAX script for the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6496 <returns>The AJAX script for the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6497 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6498 <member name="M:System.Web.Mvc.ViewUserControl.EnsureViewData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6499 <summary>Ensures that view data is added to the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> object of the user control if the view data exists.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6500 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6501 <member name="P:System.Web.Mvc.ViewUserControl.Html"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6502 <summary>Gets the HTML for the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6503 <returns>The HTML for the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6504 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6505 <member name="P:System.Web.Mvc.ViewUserControl.Model"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6506 <summary>Gets the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6507 <returns>The model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6508 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6509 <member name="M:System.Web.Mvc.ViewUserControl.RenderView(System.Web.Mvc.ViewContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6510 <summary>Renders the view by using the specified view context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6511 <param name="viewContext">The view context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6512 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6513 <member name="M:System.Web.Mvc.ViewUserControl.SetTextWriter(System.IO.TextWriter)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6514 <summary>Sets the text writer that is used to render the view to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6515 <param name="textWriter">The writer that is used to render the view to the response.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6516 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6517 <member name="M:System.Web.Mvc.ViewUserControl.SetViewData(System.Web.Mvc.ViewDataDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6518 <summary>Sets the view-data dictionary by using the specified view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6519 <param name="viewData">The view data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6520 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6521 <member name="P:System.Web.Mvc.ViewUserControl.TempData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6522 <summary>Gets the temporary-data dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6523 <returns>The temporary-data dictionary.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6524 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6525 <member name="P:System.Web.Mvc.ViewUserControl.Url"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6526 <summary>Gets the URL for the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6527 <returns>The URL for the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6528 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6529 <member name="P:System.Web.Mvc.ViewUserControl.ViewBag"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6530 <summary>Gets the view bag.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6531 <returns>The view bag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6532 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6533 <member name="P:System.Web.Mvc.ViewUserControl.ViewContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6534 <summary>Gets or sets the view context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6535 <returns>The view context.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6536 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6537 <member name="P:System.Web.Mvc.ViewUserControl.ViewData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6538 <summary>Gets or sets the view-data dictionary.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6539 <returns>The view-data dictionary.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6540 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6541 <member name="P:System.Web.Mvc.ViewUserControl.ViewDataKey"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6542 <summary>Gets or sets the view-data key.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6543 <returns>The view-data key.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6544 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6545 <member name="P:System.Web.Mvc.ViewUserControl.Writer"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6546 <summary>Gets the writer that is used to render the view to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6547 <returns>The writer that is used to render the view to the response.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6548 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6549 <member name="T:System.Web.Mvc.ViewUserControl`1"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6550 <summary>Represents the information that is required in order to build a strongly typed user control.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6551 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6552 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6553 <member name="M:System.Web.Mvc.ViewUserControl`1.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6554 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.ViewUserControl`1" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6555 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6556 <member name="P:System.Web.Mvc.ViewUserControl`1.Ajax"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6557 <summary>Gets the AJAX script for the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6558 <returns>The AJAX script for the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6559 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6560 <member name="P:System.Web.Mvc.ViewUserControl`1.Html"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6561 <summary>Gets the HTML for the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6562 <returns>The HTML for the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6563 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6564 <member name="P:System.Web.Mvc.ViewUserControl`1.Model"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6565 <summary>Gets the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6566 <returns>A reference to the data model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6567 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6568 <member name="M:System.Web.Mvc.ViewUserControl`1.SetViewData(System.Web.Mvc.ViewDataDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6569 <summary>Sets the view data for the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6570 <param name="viewData">The view data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6571 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6572 <member name="P:System.Web.Mvc.ViewUserControl`1.ViewData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6573 <summary>Gets or sets the view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6574 <returns>The view data.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6575 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6576 <member name="T:System.Web.Mvc.VirtualPathProviderViewEngine"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6577 <summary>Represents an abstract base-class implementation of the <see cref="T:System.Web.Mvc.IViewEngine" /> interface.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6578 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6579 <member name="M:System.Web.Mvc.VirtualPathProviderViewEngine.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6580 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.VirtualPathProviderViewEngine" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6581 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6582 <member name="P:System.Web.Mvc.VirtualPathProviderViewEngine.AreaMasterLocationFormats"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6583 <summary>Gets or sets the area-enabled master location formats.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6584 <returns>The area-enabled master location formats.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6585 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6586 <member name="P:System.Web.Mvc.VirtualPathProviderViewEngine.AreaPartialViewLocationFormats"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6587 <summary>Gets or sets the area-enabled partial-view location formats.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6588 <returns>The area-enabled partial-view location formats.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6589 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6590 <member name="P:System.Web.Mvc.VirtualPathProviderViewEngine.AreaViewLocationFormats"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6591 <summary>Gets or sets the area-enabled view location formats.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6592 <returns>The area-enabled view location formats.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6593 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6594 <member name="M:System.Web.Mvc.VirtualPathProviderViewEngine.CreatePartialView(System.Web.Mvc.ControllerContext,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6595 <summary>Creates the specified partial view by using the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6596 <returns>A reference to the partial view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6597 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6598 <param name="partialPath">The partial path for the new partial view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6599 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6600 <member name="M:System.Web.Mvc.VirtualPathProviderViewEngine.CreateView(System.Web.Mvc.ControllerContext,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6601 <summary>Creates the specified view by using the controller context, path of the view, and path of the master view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6602 <returns>A reference to the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6603 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6604 <param name="viewPath">The path of the view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6605 <param name="masterPath">The path of the master view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6606 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6607 <member name="M:System.Web.Mvc.VirtualPathProviderViewEngine.FileExists(System.Web.Mvc.ControllerContext,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6608 <summary>Returns a value that indicates whether the file is in the specified path by using the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6609 <returns>true if the file is in the specified path; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6610 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6611 <param name="virtualPath">The virtual path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6612 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6613 <member name="P:System.Web.Mvc.VirtualPathProviderViewEngine.FileExtensions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6614 <summary>Gets or sets the file-name extensions that are used to locate a view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6615 <returns>The file-name extensions that are used to locate a view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6616 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6617 <member name="M:System.Web.Mvc.VirtualPathProviderViewEngine.FindPartialView(System.Web.Mvc.ControllerContext,System.String,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6618 <summary>Finds the specified partial view by using the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6619 <returns>The partial view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6620 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6621 <param name="partialViewName">The name of the partial view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6622 <param name="useCache">true to use the cached partial view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6623 <exception cref="T:System.ArgumentNullException">The <paramref name="controllerContext" /> parameter is null (Nothing in Visual Basic).</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6624 <exception cref="T:System.ArgumentException">The <paramref name="partialViewName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6625 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6626 <member name="M:System.Web.Mvc.VirtualPathProviderViewEngine.FindView(System.Web.Mvc.ControllerContext,System.String,System.String,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6627 <summary>Finds the specified view by using the specified controller context and master view name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6628 <returns>The page view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6629 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6630 <param name="viewName">The name of the view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6631 <param name="masterName">The name of the master view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6632 <param name="useCache">true to use the cached view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6633 <exception cref="T:System.ArgumentNullException">The <paramref name="controllerContext" /> parameter is null (Nothing in Visual Basic).</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6634 <exception cref="T:System.ArgumentException">The <paramref name="viewName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6635 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6636 <member name="P:System.Web.Mvc.VirtualPathProviderViewEngine.MasterLocationFormats"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6637 <summary>Gets or sets the master location formats.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6638 <returns>The master location formats.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6639 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6640 <member name="P:System.Web.Mvc.VirtualPathProviderViewEngine.PartialViewLocationFormats"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6641 <summary>Gets or sets the partial-view location formats.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6642 <returns>The partial-view location formats.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6643 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6644 <member name="M:System.Web.Mvc.VirtualPathProviderViewEngine.ReleaseView(System.Web.Mvc.ControllerContext,System.Web.Mvc.IView)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6645 <summary>Releases the specified view by using the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6646 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6647 <param name="view">The view to release.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6648 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6649 <member name="P:System.Web.Mvc.VirtualPathProviderViewEngine.ViewLocationCache"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6650 <summary>Gets or sets the view location cache.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6651 <returns>The view location cache.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6652 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6653 <member name="P:System.Web.Mvc.VirtualPathProviderViewEngine.ViewLocationFormats"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6654 <summary>Gets or sets the view location formats.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6655 <returns>The view location formats.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6656 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6657 <member name="P:System.Web.Mvc.VirtualPathProviderViewEngine.VirtualPathProvider"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6658 <summary>Gets or sets the virtual path provider.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6659 <returns>The virtual path provider.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6660 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6661 <member name="T:System.Web.Mvc.WebFormView"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6662 <summary>Represents the information that is needed to build a Web Forms page in ASP.NET MVC.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6663 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6664 <member name="M:System.Web.Mvc.WebFormView.#ctor(System.Web.Mvc.ControllerContext,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6665 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.WebFormView" /> class using the controller context and view path.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6666 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6667 <param name="viewPath">The view path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6668 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6669 <member name="M:System.Web.Mvc.WebFormView.#ctor(System.Web.Mvc.ControllerContext,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6670 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.WebFormView" /> class using the controller context, view path, and the path to the master page.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6671 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6672 <param name="viewPath">The view path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6673 <param name="masterPath">The path to the master page.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6674 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6675 <member name="M:System.Web.Mvc.WebFormView.#ctor(System.Web.Mvc.ControllerContext,System.String,System.String,System.Web.Mvc.IViewPageActivator)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6676 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.WebFormView" /> class using the controller context, view path, the path to the master page, and a <see cref="T:System.Web.Mvc.IViewPageActivator" /> instance.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6677 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6678 <param name="viewPath">The view path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6679 <param name="masterPath">The path to the master page.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6680 <param name="viewPageActivator">An instance of the view page activator interface.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6681 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6682 <member name="P:System.Web.Mvc.WebFormView.MasterPath"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6683 <summary>Gets or sets the master path.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6684 <returns>The master path.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6685 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6686 <member name="M:System.Web.Mvc.WebFormView.RenderView(System.Web.Mvc.ViewContext,System.IO.TextWriter,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6687 <summary>Renders the view to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6688 <param name="viewContext">An object that encapsulates the information that is required in order to render the view, which includes the controller context, form context, the temporary data, and the view data for the associated view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6689 <param name="writer">The text writer object that is used to write HTML output.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6690 <param name="instance">The view page instance.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6691 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6692 <member name="T:System.Web.Mvc.WebFormViewEngine"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6693 <summary>Represents a view engine that is used to render a Web Forms page to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6694 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6695 <member name="M:System.Web.Mvc.WebFormViewEngine.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6696 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.WebFormViewEngine" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6697 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6698 <member name="M:System.Web.Mvc.WebFormViewEngine.#ctor(System.Web.Mvc.IViewPageActivator)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6699 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.WebFormViewEngine" /> class using the specified view page activator.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6700 <param name="viewPageActivator">An instance of a class that implements the <see cref="T:System.Web.Mvc.IViewPageActivator" /> interface.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6701 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6702 <member name="M:System.Web.Mvc.WebFormViewEngine.CreatePartialView(System.Web.Mvc.ControllerContext,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6703 <summary>Creates the specified partial view by using the specified controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6704 <returns>The partial view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6705 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6706 <param name="partialPath">The partial path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6707 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6708 <member name="M:System.Web.Mvc.WebFormViewEngine.CreateView(System.Web.Mvc.ControllerContext,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6709 <summary>Creates the specified view by using the specified controller context and the paths of the view and master view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6710 <returns>The view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6711 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6712 <param name="viewPath">The view path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6713 <param name="masterPath">The master-view path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6714 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6715 <member name="T:System.Web.Mvc.WebViewPage"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6716 <summary>Represents the properties and methods that are needed in order to render a view that uses ASP.NET Razor syntax.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6717 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6718 <member name="M:System.Web.Mvc.WebViewPage.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6719 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.WebViewPage" /> class. </summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6720 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6721 <member name="P:System.Web.Mvc.WebViewPage.Ajax"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6722 <summary>Gets or sets the <see cref="T:System.Web.Mvc.AjaxHelper" /> object that is used to render HTML using Ajax. </summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6723 <returns>The <see cref="T:System.Web.Mvc.AjaxHelper" /> object that is used to render HTML using Ajax.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6724 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6725 <member name="M:System.Web.Mvc.WebViewPage.ConfigurePage(System.Web.WebPages.WebPageBase)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6726 <summary>Sets the view context and view data for the page.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6727 <param name="parentPage">The parent page.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6728 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6729 <member name="P:System.Web.Mvc.WebViewPage.Context"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6730 <summary>Gets the <see cref="T:System.Web.HttpContext" /> object that is associated with the page.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6731 <returns>The <see cref="T:System.Web.HttpContext" /> object that is associated with the page.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6732 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6733 <member name="M:System.Web.Mvc.WebViewPage.ExecutePageHierarchy"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6734 <summary>Runs the page hierarchy for the ASP.NET Razor execution pipeline.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6735 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6736 <member name="P:System.Web.Mvc.WebViewPage.Html"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6737 <summary>Gets or sets the <see cref="T:System.Web.Mvc.HtmlHelper" /> object that is used to render HTML elements.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6738 <returns>The <see cref="T:System.Web.Mvc.HtmlHelper" /> object that is used to render HTML elements.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6739 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6740 <member name="M:System.Web.Mvc.WebViewPage.InitHelpers"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6741 <summary>Initializes the <see cref="T:System.Web.Mvc.AjaxHelper" />, <see cref="T:System.Web.Mvc.HtmlHelper" />, and <see cref="T:System.Web.Mvc.UrlHelper" /> classes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6742 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6743 <member name="P:System.Web.Mvc.WebViewPage.Model"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6744 <summary>Gets the Model property of the associated <see cref="T:System.Web.Mvc.ViewDataDictionary" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6745 <returns>The Model property of the associated <see cref="T:System.Web.Mvc.ViewDataDictionary" /> object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6746 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6747 <member name="M:System.Web.Mvc.WebViewPage.SetViewData(System.Web.Mvc.ViewDataDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6748 <summary>Sets the view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6749 <param name="viewData">The view data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6750 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6751 <member name="P:System.Web.Mvc.WebViewPage.TempData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6752 <summary>Gets the temporary data to pass to the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6753 <returns>The temporary data to pass to the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6754 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6755 <member name="P:System.Web.Mvc.WebViewPage.Url"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6756 <summary>Gets or sets the URL of the rendered page.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6757 <returns>The URL of the rendered page.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6758 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6759 <member name="P:System.Web.Mvc.WebViewPage.ViewBag"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6760 <summary>Gets the view bag.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6761 <returns>The view bag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6762 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6763 <member name="P:System.Web.Mvc.WebViewPage.ViewContext"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6764 <summary>Gets or sets the information that is used to render the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6765 <returns>The information that is used to render the view, which includes the form context, the temporary data, and the view data of the associated view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6766 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6767 <member name="P:System.Web.Mvc.WebViewPage.ViewData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6768 <summary>Gets or sets a dictionary that contains data to pass between the controller and the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6769 <returns>A dictionary that contains data to pass between the controller and the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6770 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6771 <member name="T:System.Web.Mvc.WebViewPage`1"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6772 <summary>Represents the properties and methods that are needed in order to render a view that uses ASP.NET Razor syntax.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6773 <typeparam name="TModel">The type of the view data model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6774 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6775 <member name="M:System.Web.Mvc.WebViewPage`1.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6776 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.WebViewPage`1" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6777 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6778 <member name="P:System.Web.Mvc.WebViewPage`1.Ajax"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6779 <summary>Gets or sets the <see cref="T:System.Web.Mvc.AjaxHelper" /> object that is used to render HTML markup using Ajax.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6780 <returns>The <see cref="T:System.Web.Mvc.AjaxHelper" /> object that is used to render HTML markup using Ajax.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6781 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6782 <member name="P:System.Web.Mvc.WebViewPage`1.Html"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6783 <summary>Gets or sets the <see cref="T:System.Web.Mvc.HtmlHelper" /> object that is used to render HTML elements.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6784 <returns>The <see cref="T:System.Web.Mvc.HtmlHelper" /> object that is used to render HTML elements.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6785 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6786 <member name="M:System.Web.Mvc.WebViewPage`1.InitHelpers"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6787 <summary>Initializes the <see cref="T:System.Web.Mvc.AjaxHelper" />, <see cref="T:System.Web.Mvc.HtmlHelper" />, and <see cref="T:System.Web.Mvc.UrlHelper" /> classes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6788 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6789 <member name="P:System.Web.Mvc.WebViewPage`1.Model"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6790 <summary>Gets the Model property of the associated <see cref="T:System.Web.Mvc.ViewDataDictionary" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6791 <returns>The Model property of the associated <see cref="T:System.Web.Mvc.ViewDataDictionary" /> object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6792 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6793 <member name="M:System.Web.Mvc.WebViewPage`1.SetViewData(System.Web.Mvc.ViewDataDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6794 <summary>Sets the view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6795 <param name="viewData">The view data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6796 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6797 <member name="P:System.Web.Mvc.WebViewPage`1.ViewData"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6798 <summary>Gets or sets a dictionary that contains data to pass between the controller and the view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6799 <returns>A dictionary that contains data to pass between the controller and the view.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6800 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6801 <member name="T:System.Web.Mvc.Ajax.AjaxExtensions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6802 <summary>Represents support for ASP.NET AJAX within an ASP.NET MVC application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6803 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6804 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.ActionLink(System.Web.Mvc.AjaxHelper,System.String,System.String,System.Object,System.Web.Mvc.Ajax.AjaxOptions)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6805 <summary>Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6806 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6807 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6808 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6809 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6810 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6811 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6812 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6813 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6814 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.ActionLink(System.Web.Mvc.AjaxHelper,System.String,System.String,System.Object,System.Web.Mvc.Ajax.AjaxOptions,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6815 <summary>Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6816 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6817 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6818 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6819 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6820 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6821 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6822 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6823 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6824 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6825 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.ActionLink(System.Web.Mvc.AjaxHelper,System.String,System.String,System.String,System.Object,System.Web.Mvc.Ajax.AjaxOptions)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6826 <summary>Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6827 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6828 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6829 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6830 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6831 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6832 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6833 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6834 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6835 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6836 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.ActionLink(System.Web.Mvc.AjaxHelper,System.String,System.String,System.String,System.Object,System.Web.Mvc.Ajax.AjaxOptions,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6837 <summary>Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6838 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6839 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6840 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6841 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6842 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6843 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6844 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6845 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6846 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6847 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6848 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.ActionLink(System.Web.Mvc.AjaxHelper,System.String,System.String,System.String,System.String,System.String,System.String,System.Object,System.Web.Mvc.Ajax.AjaxOptions,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6849 <summary>Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6850 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6851 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6852 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6853 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6854 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6855 <param name="protocol">The protocol for the URL, such as "http" or "https".</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6856 <param name="hostName">The host name for the URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6857 <param name="fragment">The URL fragment name (the anchor name).</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6858 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6859 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6860 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6861 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6862 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6863 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.ActionLink(System.Web.Mvc.AjaxHelper,System.String,System.String,System.String,System.String,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Mvc.Ajax.AjaxOptions,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6864 <summary>Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6865 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6866 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6867 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6868 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6869 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6870 <param name="protocol">The protocol for the URL, such as "http" or "https".</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6871 <param name="hostName">The host name for the URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6872 <param name="fragment">The URL fragment name (the anchor name).</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6873 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6874 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6875 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6876 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6877 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6878 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.ActionLink(System.Web.Mvc.AjaxHelper,System.String,System.String,System.String,System.Web.Mvc.Ajax.AjaxOptions)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6879 <summary>Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6880 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6881 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6882 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6883 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6884 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6885 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6886 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6887 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6888 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.ActionLink(System.Web.Mvc.AjaxHelper,System.String,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Mvc.Ajax.AjaxOptions)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6889 <summary>Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6890 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6891 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6892 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6893 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6894 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6895 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6896 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6897 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6898 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6899 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.ActionLink(System.Web.Mvc.AjaxHelper,System.String,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Mvc.Ajax.AjaxOptions,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6900 <summary>Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6901 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6902 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6903 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6904 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6905 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6906 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6907 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6908 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6909 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6910 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6911 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.ActionLink(System.Web.Mvc.AjaxHelper,System.String,System.String,System.Web.Mvc.Ajax.AjaxOptions)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6912 <summary>Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6913 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6914 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6915 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6916 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6917 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6918 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6919 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6920 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.ActionLink(System.Web.Mvc.AjaxHelper,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Mvc.Ajax.AjaxOptions)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6921 <summary>Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6922 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6923 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6924 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6925 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6926 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6927 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6928 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6929 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6930 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.ActionLink(System.Web.Mvc.AjaxHelper,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Mvc.Ajax.AjaxOptions,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6931 <summary>Returns an anchor element that contains the URL to the specified action method; when the action link is clicked, the action method is invoked asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6932 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6933 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6934 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6935 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6936 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6937 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6938 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6939 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6940 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6941 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.BeginForm(System.Web.Mvc.AjaxHelper,System.String,System.Object,System.Web.Mvc.Ajax.AjaxOptions)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6942 <summary>Writes an opening <form> tag to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6943 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6944 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6945 <param name="actionName">The name of the action method that will handle the request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6946 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6947 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6948 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6949 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.BeginForm(System.Web.Mvc.AjaxHelper,System.String,System.Object,System.Web.Mvc.Ajax.AjaxOptions,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6950 <summary>Writes an opening <form> tag to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6951 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6952 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6953 <param name="actionName">The name of the action method that will handle the request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6954 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6955 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6956 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6957 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6958 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.BeginForm(System.Web.Mvc.AjaxHelper,System.String,System.String,System.Object,System.Web.Mvc.Ajax.AjaxOptions)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6959 <summary>Writes an opening <form> tag to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6960 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6961 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6962 <param name="actionName">The name of the action method that will handle the request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6963 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6964 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6965 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6966 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6967 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.BeginForm(System.Web.Mvc.AjaxHelper,System.String,System.String,System.Object,System.Web.Mvc.Ajax.AjaxOptions,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6968 <summary>Writes an opening <form> tag to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6969 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6970 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6971 <param name="actionName">The name of the action method that will handle the request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6972 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6973 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6974 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6975 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6976 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6977 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.BeginForm(System.Web.Mvc.AjaxHelper,System.String,System.String,System.Web.Mvc.Ajax.AjaxOptions)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6978 <summary>Writes an opening <form> tag to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6979 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6980 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6981 <param name="actionName">The name of the action method that will handle the request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6982 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6983 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6984 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6985 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.BeginForm(System.Web.Mvc.AjaxHelper,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Mvc.Ajax.AjaxOptions)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6986 <summary>Writes an opening <form> tag to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6987 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6988 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6989 <param name="actionName">The name of the action method that will handle the request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6990 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6991 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6992 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6993 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6994 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.BeginForm(System.Web.Mvc.AjaxHelper,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Mvc.Ajax.AjaxOptions,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6995 <summary>Writes an opening <form> tag to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6996 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6997 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6998 <param name="actionName">The name of the action method that will handle the request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
6999 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7000 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7001 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7002 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7003 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7004 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.BeginForm(System.Web.Mvc.AjaxHelper,System.String,System.Web.Mvc.Ajax.AjaxOptions)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7005 <summary>Writes an opening <form> tag to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7006 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7007 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7008 <param name="actionName">The name of the action method that will handle the request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7009 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7010 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7011 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.BeginForm(System.Web.Mvc.AjaxHelper,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Mvc.Ajax.AjaxOptions)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7012 <summary>Writes an opening <form> tag to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7013 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7014 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7015 <param name="actionName">The name of the action method that will handle the request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7016 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7017 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7018 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7019 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.BeginForm(System.Web.Mvc.AjaxHelper,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Mvc.Ajax.AjaxOptions,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7020 <summary>Writes an opening <form> tag to the response. </summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7021 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7022 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7023 <param name="actionName">The name of the action method that will handle the request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7024 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7025 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7026 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element..</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7027 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7028 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.BeginForm(System.Web.Mvc.AjaxHelper,System.Web.Mvc.Ajax.AjaxOptions)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7029 <summary>Writes an opening <form> tag to the response.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7030 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7031 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7032 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7033 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7034 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.BeginRouteForm(System.Web.Mvc.AjaxHelper,System.String,System.Object,System.Web.Mvc.Ajax.AjaxOptions)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7035 <summary>Writes an opening <form> tag to the response using the specified routing information.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7036 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7037 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7038 <param name="routeName">The name of the route to use to obtain the form post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7039 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7040 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7041 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7042 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.BeginRouteForm(System.Web.Mvc.AjaxHelper,System.String,System.Object,System.Web.Mvc.Ajax.AjaxOptions,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7043 <summary>Writes an opening <form> tag to the response using the specified routing information.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7044 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7045 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7046 <param name="routeName">The name of the route to use to obtain the form post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7047 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7048 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7049 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7050 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7051 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.BeginRouteForm(System.Web.Mvc.AjaxHelper,System.String,System.Web.Mvc.Ajax.AjaxOptions)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7052 <summary>Writes an opening <form> tag to the response using the specified routing information.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7053 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7054 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7055 <param name="routeName">The name of the route to use to obtain the form post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7056 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7057 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7058 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.BeginRouteForm(System.Web.Mvc.AjaxHelper,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Mvc.Ajax.AjaxOptions)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7059 <summary>Writes an opening <form> tag to the response using the specified routing information.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7060 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7061 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7062 <param name="routeName">The name of the route to use to obtain the form post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7063 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7064 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7065 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7066 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.BeginRouteForm(System.Web.Mvc.AjaxHelper,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Mvc.Ajax.AjaxOptions,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7067 <summary>Writes an opening <form> tag to the response using the specified routing information.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7068 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7069 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7070 <param name="routeName">The name of the route to use to obtain the form post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7071 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7072 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7073 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7074 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7075 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.GlobalizationScript(System.Web.Mvc.AjaxHelper)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7076 <summary>Returns an HTML script element that contains a reference to a globalization script that defines the culture information.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7077 <returns>A script element whose src attribute is set to the globalization script, as in the following example: <script type="text/javascript" src="/MvcApplication1/Scripts/Globalization/en-US.js"></script></returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7078 <param name="ajaxHelper">The AJAX helper object that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7079 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7080 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.GlobalizationScript(System.Web.Mvc.AjaxHelper,System.Globalization.CultureInfo)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7081 <summary>Returns an HTML script element that contains a reference to a globalization script that defines the specified culture information.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7082 <returns>An HTML script element whose src attribute is set to the globalization script, as in the following example:<script type="text/javascript" src="/MvcApplication1/Scripts/Globalization/en-US.js"></script></returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7083 <param name="ajaxHelper">The AJAX helper object that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7084 <param name="cultureInfo">Encapsulates information about the target culture, such as date formats.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7085 <exception cref="T:System.ArgumentNullException">The <paramref name="cultureInfo" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7086 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7087 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.RouteLink(System.Web.Mvc.AjaxHelper,System.String,System.Object,System.Web.Mvc.Ajax.AjaxOptions)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7088 <summary>Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7089 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7090 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7091 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7092 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7093 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7094 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7095 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7096 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.RouteLink(System.Web.Mvc.AjaxHelper,System.String,System.Object,System.Web.Mvc.Ajax.AjaxOptions,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7097 <summary>Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7098 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7099 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7100 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7101 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7102 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7103 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7104 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7105 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7106 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.RouteLink(System.Web.Mvc.AjaxHelper,System.String,System.String,System.Object,System.Web.Mvc.Ajax.AjaxOptions)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7107 <summary>Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7108 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7109 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7110 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7111 <param name="routeName">The name of the route to use to obtain the form post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7112 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7113 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7114 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7115 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7116 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.RouteLink(System.Web.Mvc.AjaxHelper,System.String,System.String,System.Object,System.Web.Mvc.Ajax.AjaxOptions,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7117 <summary>Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7118 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7119 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7120 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7121 <param name="routeName">The name of the route to use to obtain the form post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7122 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7123 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7124 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7125 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7126 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7127 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.RouteLink(System.Web.Mvc.AjaxHelper,System.String,System.String,System.String,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Mvc.Ajax.AjaxOptions,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7128 <summary>Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7129 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7130 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7131 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7132 <param name="routeName">The name of the route to use to obtain the form post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7133 <param name="protocol">The protocol for the URL, such as "http" or "https".</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7134 <param name="hostName">The host name for the URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7135 <param name="fragment">The URL fragment name (the anchor name).</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7136 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7137 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7138 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7139 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7140 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7141 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.RouteLink(System.Web.Mvc.AjaxHelper,System.String,System.String,System.Web.Mvc.Ajax.AjaxOptions)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7142 <summary>Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7143 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7144 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7145 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7146 <param name="routeName">The name of the route to use to obtain the form post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7147 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7148 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7149 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7150 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.RouteLink(System.Web.Mvc.AjaxHelper,System.String,System.String,System.Web.Mvc.Ajax.AjaxOptions,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7151 <summary>Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7152 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7153 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7154 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7155 <param name="routeName">The name of the route to use to obtain the form post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7156 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7157 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7158 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7159 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7160 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.RouteLink(System.Web.Mvc.AjaxHelper,System.String,System.String,System.Web.Mvc.Ajax.AjaxOptions,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7161 <summary>Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7162 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7163 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7164 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7165 <param name="routeName">The name of the route to use to obtain the form post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7166 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7167 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7168 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7169 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7170 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.RouteLink(System.Web.Mvc.AjaxHelper,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Mvc.Ajax.AjaxOptions)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7171 <summary>Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7172 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7173 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7174 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7175 <param name="routeName">The name of the route to use to obtain the form post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7176 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7177 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7178 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7179 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7180 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.RouteLink(System.Web.Mvc.AjaxHelper,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Mvc.Ajax.AjaxOptions,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7181 <summary>Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7182 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7183 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7184 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7185 <param name="routeName">The name of the route to use to obtain the form post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7186 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7187 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7188 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7189 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7190 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7191 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.RouteLink(System.Web.Mvc.AjaxHelper,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Mvc.Ajax.AjaxOptions)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7192 <summary>Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7193 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7194 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7195 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7196 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7197 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7198 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7199 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7200 <member name="M:System.Web.Mvc.Ajax.AjaxExtensions.RouteLink(System.Web.Mvc.AjaxHelper,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Mvc.Ajax.AjaxOptions,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7201 <summary>Returns an anchor element that contains the virtual path for the specified route values; when the link is clicked, a request is made to the virtual path asynchronously by using JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7202 <returns>An anchor element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7203 <param name="ajaxHelper">The AJAX helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7204 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7205 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7206 <param name="ajaxOptions">An object that provides options for the asynchronous request.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7207 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7208 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7209 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7210 <member name="T:System.Web.Mvc.Ajax.AjaxOptions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7211 <summary>Represents option settings for running Ajax scripts in an ASP.NET MVC application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7212 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7213 <member name="M:System.Web.Mvc.Ajax.AjaxOptions.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7214 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.Ajax.AjaxOptions" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7215 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7216 <member name="P:System.Web.Mvc.Ajax.AjaxOptions.Confirm"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7217 <summary>Gets or sets the message to display in a confirmation window before a request is submitted.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7218 <returns>The message to display in a confirmation window.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7219 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7220 <member name="P:System.Web.Mvc.Ajax.AjaxOptions.HttpMethod"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7221 <summary>Gets or sets the HTTP request method ("Get" or "Post").</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7222 <returns>The HTTP request method. The default value is "Post".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7223 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7224 <member name="P:System.Web.Mvc.Ajax.AjaxOptions.InsertionMode"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7225 <summary>Gets or sets the mode that specifies how to insert the response into the target DOM element.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7226 <returns>The insertion mode ("InsertAfter", "InsertBefore", or "Replace"). The default value is "Replace".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7227 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7228 <member name="P:System.Web.Mvc.Ajax.AjaxOptions.LoadingElementDuration"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7229 <summary>Gets or sets a value, in milliseconds, that controls the duration of the animation when showing or hiding the loading element.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7230 <returns>A value, in milliseconds, that controls the duration of the animation when showing or hiding the loading element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7231 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7232 <member name="P:System.Web.Mvc.Ajax.AjaxOptions.LoadingElementId"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7233 <summary>Gets or sets the id attribute of an HTML element that is displayed while the Ajax function is loading.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7234 <returns>The ID of the element that is displayed while the Ajax function is loading.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7235 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7236 <member name="P:System.Web.Mvc.Ajax.AjaxOptions.OnBegin"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7237 <summary>Gets or sets the name of the JavaScript function to call immediately before the page is updated.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7238 <returns>The name of the JavaScript function to call before the page is updated.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7239 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7240 <member name="P:System.Web.Mvc.Ajax.AjaxOptions.OnComplete"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7241 <summary>Gets or sets the JavaScript function to call when response data has been instantiated but before the page is updated.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7242 <returns>The JavaScript function to call when the response data has been instantiated.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7243 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7244 <member name="P:System.Web.Mvc.Ajax.AjaxOptions.OnFailure"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7245 <summary>Gets or sets the JavaScript function to call if the page update fails.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7246 <returns>The JavaScript function to call if the page update fails.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7247 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7248 <member name="P:System.Web.Mvc.Ajax.AjaxOptions.OnSuccess"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7249 <summary>Gets or sets the JavaScript function to call after the page is successfully updated.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7250 <returns>The JavaScript function to call after the page is successfully updated.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7251 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7252 <member name="M:System.Web.Mvc.Ajax.AjaxOptions.ToUnobtrusiveHtmlAttributes"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7253 <summary>Returns the Ajax options as a collection of HTML attributes to support unobtrusive JavaScript.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7254 <returns>The Ajax options as a collection of HTML attributes to support unobtrusive JavaScript.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7255 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7256 <member name="P:System.Web.Mvc.Ajax.AjaxOptions.UpdateTargetId"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7257 <summary>Gets or sets the ID of the DOM element to update by using the response from the server.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7258 <returns>The ID of the DOM element to update.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7259 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7260 <member name="P:System.Web.Mvc.Ajax.AjaxOptions.Url"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7261 <summary>Gets or sets the URL to make the request to.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7262 <returns>The URL to make the request to.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7263 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7264 <member name="T:System.Web.Mvc.Ajax.InsertionMode"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7265 <summary>Enumerates the AJAX script insertion modes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7266 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7267 <member name="F:System.Web.Mvc.Ajax.InsertionMode.Replace"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7268 <summary>Replace the element.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7269 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7270 <member name="F:System.Web.Mvc.Ajax.InsertionMode.InsertBefore"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7271 <summary>Insert before the element.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7272 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7273 <member name="F:System.Web.Mvc.Ajax.InsertionMode.InsertAfter"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7274 <summary>Insert after the element.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7275 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7276 <member name="T:System.Web.Mvc.Async.AsyncActionDescriptor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7277 <summary>Provides information about an asynchronous action method, such as its name, controller, parameters, attributes, and filters.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7278 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7279 <member name="M:System.Web.Mvc.Async.AsyncActionDescriptor.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7280 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.Async.AsyncActionDescriptor" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7281 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7282 <member name="M:System.Web.Mvc.Async.AsyncActionDescriptor.BeginExecute(System.Web.Mvc.ControllerContext,System.Collections.Generic.IDictionary{System.String,System.Object},System.AsyncCallback,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7283 <summary>Invokes the asynchronous action method by using the specified parameters and controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7284 <returns>An object that contains the result of an asynchronous call.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7285 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7286 <param name="parameters">The parameters of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7287 <param name="callback">The callback method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7288 <param name="state">An object that contains information to be used by the callback method. This parameter can be null.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7289 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7290 <member name="M:System.Web.Mvc.Async.AsyncActionDescriptor.EndExecute(System.IAsyncResult)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7291 <summary>Returns the result of an asynchronous operation.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7292 <returns>The result of an asynchronous operation.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7293 <param name="asyncResult">An object that represents the status of an asynchronous operation.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7294 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7295 <member name="M:System.Web.Mvc.Async.AsyncActionDescriptor.Execute(System.Web.Mvc.ControllerContext,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7296 <summary>Executes the asynchronous action method by using the specified parameters and controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7297 <returns>The result of executing the asynchronous action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7298 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7299 <param name="parameters">The parameters of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7300 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7301 <member name="T:System.Web.Mvc.Async.AsyncControllerActionInvoker"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7302 <summary>Represents a class that is responsible for invoking the action methods of an asynchronous controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7303 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7304 <member name="M:System.Web.Mvc.Async.AsyncControllerActionInvoker.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7305 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.Async.AsyncControllerActionInvoker" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7306 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7307 <member name="M:System.Web.Mvc.Async.AsyncControllerActionInvoker.BeginInvokeAction(System.Web.Mvc.ControllerContext,System.String,System.AsyncCallback,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7308 <summary>Invokes the asynchronous action method by using the specified controller context, action name, callback method, and state.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7309 <returns>An object that contains the result of an asynchronous operation.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7310 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7311 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7312 <param name="callback">The callback method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7313 <param name="state">An object that contains information to be used by the callback method. This parameter can be null.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7314 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7315 <member name="M:System.Web.Mvc.Async.AsyncControllerActionInvoker.BeginInvokeActionMethod(System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor,System.Collections.Generic.IDictionary{System.String,System.Object},System.AsyncCallback,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7316 <summary>Invokes the asynchronous action method by using the specified controller context, action descriptor, parameters, callback method, and state.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7317 <returns>An object that contains the result of an asynchronous operation.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7318 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7319 <param name="actionDescriptor">The action descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7320 <param name="parameters">The parameters for the asynchronous action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7321 <param name="callback">The callback method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7322 <param name="state">An object that contains information to be used by the callback method. This parameter can be null.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7323 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7324 <member name="M:System.Web.Mvc.Async.AsyncControllerActionInvoker.BeginInvokeActionMethodWithFilters(System.Web.Mvc.ControllerContext,System.Collections.Generic.IList{System.Web.Mvc.IActionFilter},System.Web.Mvc.ActionDescriptor,System.Collections.Generic.IDictionary{System.String,System.Object},System.AsyncCallback,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7325 <summary>Invokes the asynchronous action method by using the specified controller context, filters, action descriptor, parameters, callback method, and state.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7326 <returns>An object that contains the result of an asynchronous operation.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7327 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7328 <param name="filters">The filters.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7329 <param name="actionDescriptor">The action descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7330 <param name="parameters">The parameters for the asynchronous action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7331 <param name="callback">The callback method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7332 <param name="state">An object that contains information to be used by the callback method. This parameter can be null.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7333 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7334 <member name="M:System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(System.IAsyncResult)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7335 <summary>Cancels the action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7336 <returns>true if the action was canceled; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7337 <param name="asyncResult">The user-defined object that qualifies or contains information about an asynchronous operation.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7338 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7339 <member name="M:System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(System.IAsyncResult)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7340 <summary>Cancels the action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7341 <returns>true if the action was canceled; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7342 <param name="asyncResult">The user-defined object that qualifies or contains information about an asynchronous operation.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7343 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7344 <member name="M:System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(System.IAsyncResult)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7345 <summary>Cancels the action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7346 <returns>true if the action was canceled; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7347 <param name="asyncResult">The user-defined object that qualifies or contains information about an asynchronous operation.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7348 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7349 <member name="M:System.Web.Mvc.Async.AsyncControllerActionInvoker.GetControllerDescriptor(System.Web.Mvc.ControllerContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7350 <summary>Returns the controller descriptor.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7351 <returns>The controller descriptor.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7352 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7353 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7354 <member name="T:System.Web.Mvc.Async.AsyncManager"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7355 <summary>Provides asynchronous operations for the <see cref="T:System.Web.Mvc.AsyncController" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7356 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7357 <member name="M:System.Web.Mvc.Async.AsyncManager.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7358 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.Async.AsyncManager" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7359 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7360 <member name="M:System.Web.Mvc.Async.AsyncManager.#ctor(System.Threading.SynchronizationContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7361 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.Async.AsyncManager" /> class using the synchronization context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7362 <param name="syncContext">The synchronization context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7363 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7364 <member name="M:System.Web.Mvc.Async.AsyncManager.Finish"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7365 <summary>Notifies ASP.NET that all asynchronous operations are complete.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7366 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7367 <member name="E:System.Web.Mvc.Async.AsyncManager.Finished"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7368 <summary>Occurs when the <see cref="M:System.Web.Mvc.Async.AsyncManager.Finish" /> method is called.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7369 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7370 <member name="P:System.Web.Mvc.Async.AsyncManager.OutstandingOperations"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7371 <summary>Gets the number of outstanding operations.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7372 <returns>The number of outstanding operations.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7373 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7374 <member name="P:System.Web.Mvc.Async.AsyncManager.Parameters"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7375 <summary>Gets the parameters that were passed to the asynchronous completion method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7376 <returns>The parameters that were passed to the asynchronous completion method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7377 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7378 <member name="M:System.Web.Mvc.Async.AsyncManager.Sync(System.Action)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7379 <summary>Executes a callback in the current synchronization context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7380 <param name="action">The asynchronous action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7381 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7382 <member name="P:System.Web.Mvc.Async.AsyncManager.Timeout"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7383 <summary>Gets or sets the asynchronous timeout value, in milliseconds.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7384 <returns>The asynchronous timeout value, in milliseconds.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7385 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7386 <member name="T:System.Web.Mvc.Async.IAsyncActionInvoker"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7387 <summary>Defines the interface for an action invoker, which is used to invoke an asynchronous action in response to an HTTP request.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7388 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7389 <member name="M:System.Web.Mvc.Async.IAsyncActionInvoker.BeginInvokeAction(System.Web.Mvc.ControllerContext,System.String,System.AsyncCallback,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7390 <summary>Invokes the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7391 <returns>The status of the asynchronous result.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7392 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7393 <param name="actionName">The name of the asynchronous action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7394 <param name="callback">The callback method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7395 <param name="state">The state.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7396 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7397 <member name="M:System.Web.Mvc.Async.IAsyncActionInvoker.EndInvokeAction(System.IAsyncResult)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7398 <summary>Cancels the asynchronous action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7399 <returns>true if the asynchronous method could be canceled; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7400 <param name="asyncResult">The asynchronous result.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7401 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7402 <member name="T:System.Web.Mvc.Async.IAsyncController"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7403 <summary>Defines the methods that are required for an asynchronous controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7404 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7405 <member name="M:System.Web.Mvc.Async.IAsyncController.BeginExecute(System.Web.Routing.RequestContext,System.AsyncCallback,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7406 <summary>Executes the specified request context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7407 <returns>The status of the asynchronous operation.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7408 <param name="requestContext">The request context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7409 <param name="callback">The asynchronous callback method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7410 <param name="state">The state.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7411 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7412 <member name="M:System.Web.Mvc.Async.IAsyncController.EndExecute(System.IAsyncResult)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7413 <summary>Ends the asynchronous operation.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7414 <param name="asyncResult">The asynchronous result.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7415 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7416 <member name="T:System.Web.Mvc.Async.IAsyncManagerContainer"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7417 <summary>Provides a container for the asynchronous manager object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7418 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7419 <member name="P:System.Web.Mvc.Async.IAsyncManagerContainer.AsyncManager"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7420 <summary>Gets the asynchronous manager object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7421 <returns>The asynchronous manager object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7422 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7423 <member name="T:System.Web.Mvc.Async.OperationCounter"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7424 <summary>Provides a container that maintains a count of pending asynchronous operations.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7425 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7426 <member name="M:System.Web.Mvc.Async.OperationCounter.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7427 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.Async.OperationCounter" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7428 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7429 <member name="E:System.Web.Mvc.Async.OperationCounter.Completed"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7430 <summary>Occurs when an asynchronous method completes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7431 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7432 <member name="P:System.Web.Mvc.Async.OperationCounter.Count"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7433 <summary>Gets the operation count.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7434 <returns>The operation count.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7435 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7436 <member name="M:System.Web.Mvc.Async.OperationCounter.Decrement"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7437 <summary>Reduces the operation count by 1.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7438 <returns>The updated operation count.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7439 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7440 <member name="M:System.Web.Mvc.Async.OperationCounter.Decrement(System.Int32)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7441 <summary>Reduces the operation count by the specified value.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7442 <returns>The updated operation count.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7443 <param name="value">The number of operations to reduce the count by.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7444 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7445 <member name="M:System.Web.Mvc.Async.OperationCounter.Increment"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7446 <summary>Increments the operation count by one.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7447 <returns>The updated operation count.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7448 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7449 <member name="M:System.Web.Mvc.Async.OperationCounter.Increment(System.Int32)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7450 <summary>Increments the operation count by the specified value.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7451 <returns>The updated operation count.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7452 <param name="value">The number of operations to increment the count by.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7453 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7454 <member name="T:System.Web.Mvc.Async.ReflectedAsyncActionDescriptor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7455 <summary>Provides information about an asynchronous action method, such as its name, controller, parameters, attributes, and filters.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7456 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7457 <member name="M:System.Web.Mvc.Async.ReflectedAsyncActionDescriptor.#ctor(System.Reflection.MethodInfo,System.Reflection.MethodInfo,System.String,System.Web.Mvc.ControllerDescriptor)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7458 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.Async.ReflectedAsyncActionDescriptor" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7459 <param name="asyncMethodInfo">An object that contains information about the method that begins the asynchronous operation (the method whose name ends with "Asynch").</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7460 <param name="completedMethodInfo">An object that contains information about the completion method (method whose name ends with "Completed").</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7461 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7462 <param name="controllerDescriptor">The controller descriptor.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7463 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7464 <member name="P:System.Web.Mvc.Async.ReflectedAsyncActionDescriptor.ActionName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7465 <summary>Gets the name of the action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7466 <returns>The name of the action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7467 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7468 <member name="P:System.Web.Mvc.Async.ReflectedAsyncActionDescriptor.AsyncMethodInfo"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7469 <summary>Gets the method information for the asynchronous action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7470 <returns>The method information for the asynchronous action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7471 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7472 <member name="M:System.Web.Mvc.Async.ReflectedAsyncActionDescriptor.BeginExecute(System.Web.Mvc.ControllerContext,System.Collections.Generic.IDictionary{System.String,System.Object},System.AsyncCallback,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7473 <summary>Begins running the asynchronous action method by using the specified parameters and controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7474 <returns>An object that contains the result of an asynchronous call.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7475 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7476 <param name="parameters">The parameters of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7477 <param name="callback">The callback method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7478 <param name="state">An object that contains information to be used by the callback method. This parameter can be null.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7479 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7480 <member name="P:System.Web.Mvc.Async.ReflectedAsyncActionDescriptor.CompletedMethodInfo"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7481 <summary>Gets the method information for the asynchronous completion method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7482 <returns>The method information for the asynchronous completion method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7483 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7484 <member name="P:System.Web.Mvc.Async.ReflectedAsyncActionDescriptor.ControllerDescriptor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7485 <summary>Gets the controller descriptor for the asynchronous action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7486 <returns>The controller descriptor for the asynchronous action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7487 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7488 <member name="M:System.Web.Mvc.Async.ReflectedAsyncActionDescriptor.EndExecute(System.IAsyncResult)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7489 <summary>Returns the result of an asynchronous operation.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7490 <returns>The result of an asynchronous operation.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7491 <param name="asyncResult">An object that represents the status of an asynchronous operation.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7492 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7493 <member name="M:System.Web.Mvc.Async.ReflectedAsyncActionDescriptor.GetCustomAttributes(System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7494 <summary>Returns an array of custom attributes that are defined for this member, excluding named attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7495 <returns>An array of custom attributes, or an empty array if no custom attributes exist.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7496 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7497 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7498 <member name="M:System.Web.Mvc.Async.ReflectedAsyncActionDescriptor.GetCustomAttributes(System.Type,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7499 <summary>Returns an array of custom attributes that are defined for this member, identified by type.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7500 <returns>An array of custom attributes, or an empty array if no custom attributes of the specified type exist.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7501 <param name="attributeType">The type of the custom attributes to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7502 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7503 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7504 <member name="M:System.Web.Mvc.Async.ReflectedAsyncActionDescriptor.GetParameters"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7505 <summary>Returns the parameters of the action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7506 <returns>The parameters of the action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7507 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7508 <member name="M:System.Web.Mvc.Async.ReflectedAsyncActionDescriptor.GetSelectors"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7509 <summary>Returns the action-method selectors.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7510 <returns>The action-method selectors.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7511 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7512 <member name="M:System.Web.Mvc.Async.ReflectedAsyncActionDescriptor.IsDefined(System.Type,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7513 <summary>Determines whether one or more instances of the specified attribute type are defined for the action member.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7514 <returns>true if an attribute of type that is represented by <paramref name="attributeType" /> is defined for this member; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7515 <param name="attributeType">The type of the custom attribute.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7516 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7517 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7518 <member name="P:System.Web.Mvc.Async.ReflectedAsyncActionDescriptor.UniqueId"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7519 <summary>Gets the lazy initialized unique ID of the instance of this class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7520 <returns>The lazy initialized unique ID of the instance of this class.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7521 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7522 <member name="T:System.Web.Mvc.Async.ReflectedAsyncControllerDescriptor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7523 <summary>Encapsulates information that describes an asynchronous controller, such as its name, type, and actions.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7524 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7525 <member name="M:System.Web.Mvc.Async.ReflectedAsyncControllerDescriptor.#ctor(System.Type)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7526 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.Async.ReflectedAsyncControllerDescriptor" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7527 <param name="controllerType">The type of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7528 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7529 <member name="P:System.Web.Mvc.Async.ReflectedAsyncControllerDescriptor.ControllerType"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7530 <summary>Gets the type of the controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7531 <returns>The type of the controller.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7532 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7533 <member name="M:System.Web.Mvc.Async.ReflectedAsyncControllerDescriptor.FindAction(System.Web.Mvc.ControllerContext,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7534 <summary>Finds an action method by using the specified name and controller context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7535 <returns>The information about the action method.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7536 <param name="controllerContext">The controller context.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7537 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7538 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7539 <member name="M:System.Web.Mvc.Async.ReflectedAsyncControllerDescriptor.GetCanonicalActions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7540 <summary>Returns a list of action method descriptors in the controller.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7541 <returns>A list of action method descriptors in the controller.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7542 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7543 <member name="M:System.Web.Mvc.Async.ReflectedAsyncControllerDescriptor.GetCustomAttributes(System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7544 <summary>Returns custom attributes that are defined for this member, excluding named attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7545 <returns>An array of custom attributes, or an empty array if no custom attributes exist.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7546 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7547 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7548 <member name="M:System.Web.Mvc.Async.ReflectedAsyncControllerDescriptor.GetCustomAttributes(System.Type,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7549 <summary>Returns custom attributes of a specified type that are defined for this member, excluding named attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7550 <returns>An array of custom attributes, or an empty array if no custom attributes exist.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7551 <param name="attributeType">The type of the custom attributes.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7552 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7553 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7554 <member name="M:System.Web.Mvc.Async.ReflectedAsyncControllerDescriptor.IsDefined(System.Type,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7555 <summary>Returns a value that indicates whether one or more instances of the specified custom attribute are defined for this member.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7556 <returns>true if an attribute of the type represented by <paramref name="attributeType" /> is defined for this member; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7557 <param name="attributeType">The type of the custom attribute.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7558 <param name="inherit">true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7559 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7560 <member name="T:System.Web.Mvc.Async.SynchronousOperationException"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7561 <summary>Represents an exception that occurred during the synchronous processing of an HTTP request in an ASP.NET MVC application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7562 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7563 <member name="M:System.Web.Mvc.Async.SynchronousOperationException.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7564 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.Async.SynchronousOperationException" /> class using a system-supplied message.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7565 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7566 <member name="M:System.Web.Mvc.Async.SynchronousOperationException.#ctor(System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7567 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.Async.SynchronousOperationException" /> class using the specified message.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7568 <param name="message">The message that describes the exception. The caller of this constructor must make sure that this string has been localized for the current system culture.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7569 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7570 <member name="M:System.Web.Mvc.Async.SynchronousOperationException.#ctor(System.String,System.Exception)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7571 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.Async.SynchronousOperationException" /> class using a specified error message and a reference to the inner exception that is the cause of this exception.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7572 <param name="message">The message that describes the exception. The caller of this constructor must make sure that this string has been localized for the current system culture. </param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7573 <param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not null, the current exception is raised in a catch block that handles the inner exception. </param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7574 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7575 <member name="T:System.Web.Mvc.Html.ChildActionExtensions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7576 <summary>Represents support for calling child action methods and rendering the result inline in a parent view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7577 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7578 <member name="M:System.Web.Mvc.Html.ChildActionExtensions.Action(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7579 <summary>Invokes the specified child action method and returns the result as an HTML string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7580 <returns>The child action result as an HTML string.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7581 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7582 <param name="actionName">The name of the action method to invoke.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7583 <exception cref="T:System.ArgumentNullException">The <paramref name="htmlHelper" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7584 <exception cref="T:System.ArgumentException">The <paramref name="actionName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7585 <exception cref="T:System.InvalidOperationException">The required virtual path data cannot be found.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7586 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7587 <member name="M:System.Web.Mvc.Html.ChildActionExtensions.Action(System.Web.Mvc.HtmlHelper,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7588 <summary>Invokes the specified child action method with the specified parameters and returns the result as an HTML string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7589 <returns>The child action result as an HTML string.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7590 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7591 <param name="actionName">The name of the action method to invoke.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7592 <param name="routeValues">An object that contains the parameters for a route. You can use <paramref name="routeValues" /> to provide the parameters that are bound to the action method parameters. The <paramref name="routeValues" /> parameter is merged with the original route values and overrides them.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7593 <exception cref="T:System.ArgumentNullException">The <paramref name="htmlHelper" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7594 <exception cref="T:System.ArgumentException">The <paramref name="actionName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7595 <exception cref="T:System.InvalidOperationException">The required virtual path data cannot be found.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7596 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7597 <member name="M:System.Web.Mvc.Html.ChildActionExtensions.Action(System.Web.Mvc.HtmlHelper,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7598 <summary>Invokes the specified child action method using the specified controller name and returns the result as an HTML string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7599 <returns>The child action result as an HTML string.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7600 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7601 <param name="actionName">The name of the action method to invoke.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7602 <param name="controllerName">The name of the controller that contains the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7603 <exception cref="T:System.ArgumentNullException">The <paramref name="htmlHelper" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7604 <exception cref="T:System.ArgumentException">The <paramref name="actionName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7605 <exception cref="T:System.InvalidOperationException">The required virtual path data cannot be found.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7606 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7607 <member name="M:System.Web.Mvc.Html.ChildActionExtensions.Action(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7608 <summary>Invokes the specified child action method using the specified parameters and controller name and returns the result as an HTML string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7609 <returns>The child action result as an HTML string.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7610 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7611 <param name="actionName">The name of the action method to invoke.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7612 <param name="controllerName">The name of the controller that contains the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7613 <param name="routeValues">An object that contains the parameters for a route. You can use <paramref name="routeValues" /> to provide the parameters that are bound to the action method parameters. The <paramref name="routeValues" /> parameter is merged with the original route values and overrides them.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7614 <exception cref="T:System.ArgumentNullException">The <paramref name="htmlHelper" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7615 <exception cref="T:System.ArgumentException">The <paramref name="actionName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7616 <exception cref="T:System.InvalidOperationException">The required virtual path data cannot be found.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7617 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7618 <member name="M:System.Web.Mvc.Html.ChildActionExtensions.Action(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7619 <summary>Invokes the specified child action method using the specified parameters and controller name and returns the result as an HTML string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7620 <returns>The child action result as an HTML string.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7621 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7622 <param name="actionName">The name of the action method to invoke.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7623 <param name="controllerName">The name of the controller that contains the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7624 <param name="routeValues">A dictionary that contains the parameters for a route. You can use <paramref name="routeValues" /> to provide the parameters that are bound to the action method parameters. The <paramref name="routeValues" /> parameter is merged with the original route values and overrides them.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7625 <exception cref="T:System.ArgumentNullException">The <paramref name="htmlHelper" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7626 <exception cref="T:System.ArgumentException">The <paramref name="actionName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7627 <exception cref="T:System.InvalidOperationException">The required virtual path data cannot be found.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7628 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7629 <member name="M:System.Web.Mvc.Html.ChildActionExtensions.Action(System.Web.Mvc.HtmlHelper,System.String,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7630 <summary>Invokes the specified child action method using the specified parameters and returns the result as an HTML string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7631 <returns>The child action result as an HTML string.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7632 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7633 <param name="actionName">The name of the action method to invoke.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7634 <param name="routeValues">A dictionary that contains the parameters for a route. You can use <paramref name="routeValues" /> to provide the parameters that are bound to the action method parameters. The <paramref name="routeValues" /> parameter is merged with the original route values and overrides them.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7635 <exception cref="T:System.ArgumentNullException">The <paramref name="htmlHelper" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7636 <exception cref="T:System.ArgumentException">The <paramref name="actionName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7637 <exception cref="T:System.InvalidOperationException">The required virtual path data cannot be found.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7638 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7639 <member name="M:System.Web.Mvc.Html.ChildActionExtensions.RenderAction(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7640 <summary>Invokes the specified child action method and renders the result inline in the parent view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7641 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7642 <param name="actionName">The name of the child action method to invoke.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7643 <exception cref="T:System.ArgumentNullException">The <paramref name="htmlHelper" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7644 <exception cref="T:System.ArgumentException">The <paramref name="actionName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7645 <exception cref="T:System.InvalidOperationException">The required virtual path data cannot be found.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7646 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7647 <member name="M:System.Web.Mvc.Html.ChildActionExtensions.RenderAction(System.Web.Mvc.HtmlHelper,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7648 <summary>Invokes the specified child action method using the specified parameters and renders the result inline in the parent view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7649 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7650 <param name="actionName">The name of the child action method to invoke.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7651 <param name="routeValues">An object that contains the parameters for a route. You can use <paramref name="routeValues" /> to provide the parameters that are bound to the action method parameters. The <paramref name="routeValues" /> parameter is merged with the original route values and overrides them.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7652 <exception cref="T:System.ArgumentNullException">The <paramref name="htmlHelper" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7653 <exception cref="T:System.ArgumentException">The <paramref name="actionName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7654 <exception cref="T:System.InvalidOperationException">The required virtual path data cannot be found.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7655 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7656 <member name="M:System.Web.Mvc.Html.ChildActionExtensions.RenderAction(System.Web.Mvc.HtmlHelper,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7657 <summary>Invokes the specified child action method using the specified controller name and renders the result inline in the parent view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7658 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7659 <param name="actionName">The name of the child action method to invoke.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7660 <param name="controllerName">The name of the controller that contains the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7661 <exception cref="T:System.ArgumentNullException">The <paramref name="htmlHelper" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7662 <exception cref="T:System.ArgumentException">The <paramref name="actionName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7663 <exception cref="T:System.InvalidOperationException">The required virtual path data cannot be found.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7664 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7665 <member name="M:System.Web.Mvc.Html.ChildActionExtensions.RenderAction(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7666 <summary>Invokes the specified child action method using the specified parameters and controller name and renders the result inline in the parent view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7667 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7668 <param name="actionName">The name of the child action method to invoke.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7669 <param name="controllerName">The name of the controller that contains the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7670 <param name="routeValues">An object that contains the parameters for a route. You can use <paramref name="routeValues" /> to provide the parameters that are bound to the action method parameters. The <paramref name="routeValues" /> parameter is merged with the original route values and overrides them.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7671 <exception cref="T:System.ArgumentNullException">The <paramref name="htmlHelper" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7672 <exception cref="T:System.ArgumentException">The <paramref name="actionName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7673 <exception cref="T:System.InvalidOperationException">The required virtual path data cannot be found.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7674 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7675 <member name="M:System.Web.Mvc.Html.ChildActionExtensions.RenderAction(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7676 <summary>Invokes the specified child action method using the specified parameters and controller name and renders the result inline in the parent view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7677 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7678 <param name="actionName">The name of the child action method to invoke.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7679 <param name="controllerName">The name of the controller that contains the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7680 <param name="routeValues">A dictionary that contains the parameters for a route. You can use <paramref name="routeValues" /> to provide the parameters that are bound to the action method parameters. The <paramref name="routeValues" /> parameter is merged with the original route values and overrides them.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7681 <exception cref="T:System.ArgumentNullException">The <paramref name="htmlHelper" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7682 <exception cref="T:System.ArgumentException">The <paramref name="actionName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7683 <exception cref="T:System.InvalidOperationException">The required virtual path data cannot be found.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7684 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7685 <member name="M:System.Web.Mvc.Html.ChildActionExtensions.RenderAction(System.Web.Mvc.HtmlHelper,System.String,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7686 <summary>Invokes the specified child action method using the specified parameters and renders the result inline in the parent view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7687 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7688 <param name="actionName">The name of the child action method to invoke.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7689 <param name="routeValues">A dictionary that contains the parameters for a route. You can use <paramref name="routeValues" /> to provide the parameters that are bound to the action method parameters. The <paramref name="routeValues" /> parameter is merged with the original route values and overrides them.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7690 <exception cref="T:System.ArgumentNullException">The <paramref name="htmlHelper" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7691 <exception cref="T:System.ArgumentException">The <paramref name="actionName" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7692 <exception cref="T:System.InvalidOperationException">The required virtual path data cannot be found.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7693 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7694 <member name="T:System.Web.Mvc.Html.DisplayExtensions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7695 <summary>Represents support for rendering object values as HTML.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7696 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7697 <member name="M:System.Web.Mvc.Html.DisplayExtensions.Display(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7698 <summary>Returns HTML markup for each property in the object that is represented by a string expression.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7699 <returns>The HTML markup for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7700 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7701 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7702 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7703 <member name="M:System.Web.Mvc.Html.DisplayExtensions.Display(System.Web.Mvc.HtmlHelper,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7704 <summary>Returns HTML markup for each property in the object that is represented by a string expression, using additional view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7705 <returns>The HTML markup for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7706 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7707 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7708 <param name="additionalViewData">An anonymous object that can contain additional view data that will be merged into the <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> instance that is created for the template.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7709 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7710 <member name="M:System.Web.Mvc.Html.DisplayExtensions.Display(System.Web.Mvc.HtmlHelper,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7711 <summary>Returns HTML markup for each property in the object that is represented by the expression, using the specified template.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7712 <returns>The HTML markup for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7713 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7714 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7715 <param name="templateName">The name of the template that is used to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7716 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7717 <member name="M:System.Web.Mvc.Html.DisplayExtensions.Display(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7718 <summary>Returns HTML markup for each property in the object that is represented by the expression, using the specified template and additional view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7719 <returns>The HTML markup for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7720 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7721 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7722 <param name="templateName">The name of the template that is used to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7723 <param name="additionalViewData">An anonymous object that can contain additional view data that will be merged into the <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> instance that is created for the template.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7724 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7725 <member name="M:System.Web.Mvc.Html.DisplayExtensions.Display(System.Web.Mvc.HtmlHelper,System.String,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7726 <summary>Returns HTML markup for each property in the object that is represented by the expression, using the specified template and an HTML field ID.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7727 <returns>The HTML markup for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7728 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7729 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7730 <param name="templateName">The name of the template that is used to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7731 <param name="htmlFieldName">A string that is used to disambiguate the names of HTML input elements that are rendered for properties that have the same name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7732 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7733 <member name="M:System.Web.Mvc.Html.DisplayExtensions.Display(System.Web.Mvc.HtmlHelper,System.String,System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7734 <summary>Returns HTML markup for each property in the object that is represented by the expression, using the specified template, HTML field ID, and additional view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7735 <returns>The HTML markup for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7736 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7737 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7738 <param name="templateName">The name of the template that is used to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7739 <param name="htmlFieldName">A string that is used to disambiguate the names of HTML input elements that are rendered for properties that have the same name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7740 <param name="additionalViewData">An anonymous object that can contain additional view data that will be merged into the <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> instance that is created for the template.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7741 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7742 <member name="M:System.Web.Mvc.Html.DisplayExtensions.DisplayFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7743 <summary>Returns HTML markup for each property in the object that is represented by the <see cref="T:System.Linq.Expressions.Expression" /> expression.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7744 <returns>The HTML markup for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7745 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7746 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7747 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7748 <typeparam name="TValue">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7749 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7750 <member name="M:System.Web.Mvc.Html.DisplayExtensions.DisplayFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7751 <summary>Returns a string that contains each property value in the object that is represented by the specified expression, using additional view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7752 <returns>The HTML markup for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7753 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7754 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7755 <param name="additionalViewData">An anonymous object that can contain additional view data that will be merged into the <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> instance that is created for the template.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7756 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7757 <typeparam name="TValue">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7758 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7759 <member name="M:System.Web.Mvc.Html.DisplayExtensions.DisplayFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7760 <summary>Returns a string that contains each property value in the object that is represented by the <see cref="T:System.Linq.Expressions.Expression" />, using the specified template.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7761 <returns>The HTML markup for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7762 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7763 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7764 <param name="templateName">The name of the template that is used to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7765 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7766 <typeparam name="TValue">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7767 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7768 <member name="M:System.Web.Mvc.Html.DisplayExtensions.DisplayFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7769 <summary>Returns a string that contains each property value in the object that is represented by the specified expression, using the specified template and additional view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7770 <returns>The HTML markup for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7771 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7772 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7773 <param name="templateName">The name of the template that is used to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7774 <param name="additionalViewData">An anonymous object that can contain additional view data that will be merged into the <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> instance that is created for the template.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7775 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7776 <typeparam name="TValue">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7777 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7778 <member name="M:System.Web.Mvc.Html.DisplayExtensions.DisplayFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7779 <summary>Returns HTML markup for each property in the object that is represented by the <see cref="T:System.Linq.Expressions.Expression" />, using the specified template and an HTML field ID.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7780 <returns>The HTML markup for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7781 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7782 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7783 <param name="templateName">The name of the template that is used to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7784 <param name="htmlFieldName">A string that is used to disambiguate the names of HTML input elements that are rendered for properties that have the same name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7785 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7786 <typeparam name="TValue">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7787 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7788 <member name="M:System.Web.Mvc.Html.DisplayExtensions.DisplayFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7789 <summary>Returns HTML markup for each property in the object that is represented by the specified expression, using the template, an HTML field ID, and additional view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7790 <returns>The HTML markup for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7791 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7792 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7793 <param name="templateName">The name of the template that is used to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7794 <param name="htmlFieldName">A string that is used to disambiguate the names of HTML input elements that are rendered for properties that have the same name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7795 <param name="additionalViewData">An anonymous object that can contain additional view data that will be merged into the <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> instance that is created for the template.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7796 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7797 <typeparam name="TValue">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7798 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7799 <member name="M:System.Web.Mvc.Html.DisplayExtensions.DisplayForModel(System.Web.Mvc.HtmlHelper)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7800 <summary>Returns HTML markup for each property in the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7801 <returns>The HTML markup for each property in the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7802 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7803 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7804 <member name="M:System.Web.Mvc.Html.DisplayExtensions.DisplayForModel(System.Web.Mvc.HtmlHelper,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7805 <summary>Returns HTML markup for each property in the model, using additional view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7806 <returns>The HTML markup for each property in the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7807 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7808 <param name="additionalViewData">An anonymous object that can contain additional view data that will be merged into the <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> instance that is created for the template.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7809 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7810 <member name="M:System.Web.Mvc.Html.DisplayExtensions.DisplayForModel(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7811 <summary>Returns HTML markup for each property in the model using the specified template.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7812 <returns>The HTML markup for each property in the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7813 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7814 <param name="templateName">The name of the template that is used to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7815 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7816 <member name="M:System.Web.Mvc.Html.DisplayExtensions.DisplayForModel(System.Web.Mvc.HtmlHelper,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7817 <summary>Returns HTML markup for each property in the model, using the specified template and additional view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7818 <returns>The HTML markup for each property in the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7819 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7820 <param name="templateName">The name of the template that is used to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7821 <param name="additionalViewData">An anonymous object that can contain additional view data that will be merged into the <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> instance that is created for the template.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7822 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7823 <member name="M:System.Web.Mvc.Html.DisplayExtensions.DisplayForModel(System.Web.Mvc.HtmlHelper,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7824 <summary>Returns HTML markup for each property in the model using the specified template and HTML field ID.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7825 <returns>The HTML markup for each property in the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7826 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7827 <param name="templateName">The name of the template that is used to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7828 <param name="htmlFieldName">A string that is used to disambiguate the names of HTML input elements that are rendered for properties that have the same name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7829 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7830 <member name="M:System.Web.Mvc.Html.DisplayExtensions.DisplayForModel(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7831 <summary>Returns HTML markup for each property in the model, using the specified template, an HTML field ID, and additional view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7832 <returns>The HTML markup for each property in the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7833 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7834 <param name="templateName">The name of the template that is used to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7835 <param name="htmlFieldName">A string that is used to disambiguate the names of HTML input elements that are rendered for properties that have the same name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7836 <param name="additionalViewData">An anonymous object that can contain additional view data that will be merged into the <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> instance that is created for the template.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7837 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7838 <member name="T:System.Web.Mvc.Html.DisplayTextExtensions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7839 <summary>Provides a way to render object values as HTML.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7840 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7841 <member name="M:System.Web.Mvc.Html.DisplayTextExtensions.DisplayText(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7842 <summary>Returns HTML markup for each property in the object that is represented by the specified expression.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7843 <returns>The HTML markup for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7844 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7845 <param name="name">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7846 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7847 <member name="M:System.Web.Mvc.Html.DisplayTextExtensions.DisplayTextFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7848 <summary>Returns HTML markup for each property in the object that is represented by the specified expression.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7849 <returns>The HTML markup for each property.zz 12/29/2010 1:25:49 PM</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7850 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7851 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7852 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7853 <typeparam name="TResult">The type of the result.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7854 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7855 <member name="T:System.Web.Mvc.Html.EditorExtensions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7856 <summary>Represents support for the HTML input element in an application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7857 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7858 <member name="M:System.Web.Mvc.Html.EditorExtensions.Editor(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7859 <summary>Returns an HTML input element for each property in the object that is represented by the expression.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7860 <returns>An HTML input element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7861 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7862 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7863 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7864 <member name="M:System.Web.Mvc.Html.EditorExtensions.Editor(System.Web.Mvc.HtmlHelper,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7865 <summary>Returns an HTML input element for each property in the object that is represented by the expression, using additional view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7866 <returns>An HTML input element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7867 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7868 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7869 <param name="additionalViewData">An anonymous object that can contain additional view data that will be merged into the <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> instance that is created for the template.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7870 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7871 <member name="M:System.Web.Mvc.Html.EditorExtensions.Editor(System.Web.Mvc.HtmlHelper,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7872 <summary>Returns an HTML input element for each property in the object that is represented by the expression, using the specified template.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7873 <returns>An HTML input element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7874 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7875 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7876 <param name="templateName">The name of the template to use to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7877 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7878 <member name="M:System.Web.Mvc.Html.EditorExtensions.Editor(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7879 <summary>Returns an HTML input element for each property in the object that is represented by the expression, using the specified template and additional view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7880 <returns>An HTML input element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7881 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7882 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7883 <param name="templateName">The name of the template to use to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7884 <param name="additionalViewData">An anonymous object that can contain additional view data that will be merged into the <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> instance that is created for the template.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7885 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7886 <member name="M:System.Web.Mvc.Html.EditorExtensions.Editor(System.Web.Mvc.HtmlHelper,System.String,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7887 <summary>Returns an HTML input element for each property in the object that is represented by the expression, using the specified template and HTML field name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7888 <returns>An HTML input element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7889 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7890 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7891 <param name="templateName">The name of the template to use to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7892 <param name="htmlFieldName">A string that is used to disambiguate the names of HTML input elements that are rendered for properties that have the same name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7893 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7894 <member name="M:System.Web.Mvc.Html.EditorExtensions.Editor(System.Web.Mvc.HtmlHelper,System.String,System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7895 <summary>Returns an HTML input element for each property in the object that is represented by the expression, using the specified template, HTML field name, and additional view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7896 <returns>An HTML input element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7897 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7898 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7899 <param name="templateName">The name of the template to use to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7900 <param name="htmlFieldName">A string that is used to disambiguate the names of HTML input elements that are rendered for properties that have the same name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7901 <param name="additionalViewData">An anonymous object that can contain additional view data that will be merged into the <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> instance that is created for the template.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7902 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7903 <member name="M:System.Web.Mvc.Html.EditorExtensions.EditorFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7904 <summary>Returns an HTML input element for each property in the object that is represented by the <see cref="T:System.Linq.Expressions.Expression" /> expression.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7905 <returns>An HTML input element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7906 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7907 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7908 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7909 <typeparam name="TValue">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7910 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7911 <member name="M:System.Web.Mvc.Html.EditorExtensions.EditorFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7912 <summary>Returns an HTML input element for each property in the object that is represented by the expression, using additional view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7913 <returns>An HTML input element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7914 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7915 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7916 <param name="additionalViewData">An anonymous object that can contain additional view data that will be merged into the <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> instance that is created for the template.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7917 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7918 <typeparam name="TValue">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7919 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7920 <member name="M:System.Web.Mvc.Html.EditorExtensions.EditorFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7921 <summary>Returns an HTML input element for each property in the object that is represented by the <see cref="T:System.Linq.Expressions.Expression" /> expression, using the specified template.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7922 <returns>An HTML input element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7923 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7924 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7925 <param name="templateName">The name of the template to use to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7926 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7927 <typeparam name="TValue">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7928 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7929 <member name="M:System.Web.Mvc.Html.EditorExtensions.EditorFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7930 <summary>Returns an HTML input element for each property in the object that is represented by the expression, using the specified template and additional view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7931 <returns>An HTML input element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7932 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7933 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7934 <param name="templateName">The name of the template to use to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7935 <param name="additionalViewData">An anonymous object that can contain additional view data that will be merged into the <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> instance that is created for the template.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7936 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7937 <typeparam name="TValue">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7938 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7939 <member name="M:System.Web.Mvc.Html.EditorExtensions.EditorFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7940 <summary>Returns an HTML input element for each property in the object that is represented by the <see cref="T:System.Linq.Expressions.Expression" /> expression, using the specified template and HTML field name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7941 <returns>An HTML input element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7942 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7943 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7944 <param name="templateName">The name of the template to use to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7945 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7946 <typeparam name="TValue">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7947 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7948 <member name="M:System.Web.Mvc.Html.EditorExtensions.EditorFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7949 <summary>Returns an HTML input element for each property in the object that is represented by the expression, using the specified template, HTML field name, and additional view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7950 <returns>An HTML input element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7951 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7952 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7953 <param name="templateName">The name of the template to use to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7954 <param name="additionalViewData">An anonymous object that can contain additional view data that will be merged into the <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> instance that is created for the template.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7955 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7956 <typeparam name="TValue">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7957 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7958 <member name="M:System.Web.Mvc.Html.EditorExtensions.EditorForModel(System.Web.Mvc.HtmlHelper)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7959 <summary>Returns an HTML input element for each property in the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7960 <returns>An HTML input element for each property in the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7961 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7962 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7963 <member name="M:System.Web.Mvc.Html.EditorExtensions.EditorForModel(System.Web.Mvc.HtmlHelper,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7964 <summary>Returns an HTML input element for each property in the model, using additional view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7965 <returns>An HTML input element for each property in the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7966 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7967 <param name="additionalViewData">An anonymous object that can contain additional view data that will be merged into the <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> instance that is created for the template.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7968 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7969 <member name="M:System.Web.Mvc.Html.EditorExtensions.EditorForModel(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7970 <summary>Returns an HTML input element for each property in the model, using the specified template.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7971 <returns>An HTML input element for each property in the model and in the specified template.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7972 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7973 <param name="templateName">The name of the template to use to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7974 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7975 <member name="M:System.Web.Mvc.Html.EditorExtensions.EditorForModel(System.Web.Mvc.HtmlHelper,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7976 <summary>Returns an HTML input element for each property in the model, using the specified template and additional view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7977 <returns>An HTML input element for each property in the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7978 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7979 <param name="templateName">The name of the template to use to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7980 <param name="additionalViewData">An anonymous object that can contain additional view data that will be merged into the <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> instance that is created for the template.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7981 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7982 <member name="M:System.Web.Mvc.Html.EditorExtensions.EditorForModel(System.Web.Mvc.HtmlHelper,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7983 <summary>Returns an HTML input element for each property in the model, using the specified template name and HTML field name.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7984 <returns>An HTML input element for each property in the model and in the named template.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7985 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7986 <param name="templateName">The name of the template to use to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7987 <param name="htmlFieldName">A string that is used to disambiguate the names of HTML input elements that are rendered for properties that have the same name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7988 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7989 <member name="M:System.Web.Mvc.Html.EditorExtensions.EditorForModel(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7990 <summary>Returns an HTML input element for each property in the model, using the template name, HTML field name, and additional view data.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7991 <returns>An HTML input element for each property in the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7992 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7993 <param name="templateName">The name of the template to use to render the object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7994 <param name="htmlFieldName">A string that is used to disambiguate the names of HTML input elements that are rendered for properties that have the same name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7995 <param name="additionalViewData">An anonymous object that can contain additional view data that will be merged into the <see cref="T:System.Web.Mvc.ViewDataDictionary`1" /> instance that is created for the template.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7996 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7997 <member name="T:System.Web.Mvc.Html.FormExtensions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7998 <summary>Represents support for HTML in an application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
7999 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8000 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginForm(System.Web.Mvc.HtmlHelper)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8001 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8002 <returns>An opening <form> tag. </returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8003 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8004 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8005 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginForm(System.Web.Mvc.HtmlHelper,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8006 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8007 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8008 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8009 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8010 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8011 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginForm(System.Web.Mvc.HtmlHelper,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8012 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8013 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8014 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8015 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8016 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8017 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8018 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginForm(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8019 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8020 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8021 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8022 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8023 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8024 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8025 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8026 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginForm(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Object,System.Web.Mvc.FormMethod)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8027 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8028 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8029 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8030 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8031 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8032 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8033 <param name="method">The HTTP method for processing the form, either GET or POST.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8034 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8035 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginForm(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Object,System.Web.Mvc.FormMethod,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8036 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8037 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8038 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8039 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8040 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8041 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8042 <param name="method">The HTTP method for processing the form, either GET or POST.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8043 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8044 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8045 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginForm(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Web.Mvc.FormMethod)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8046 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8047 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8048 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8049 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8050 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8051 <param name="method">The HTTP method for processing the form, either GET or POST.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8052 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8053 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginForm(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Web.Mvc.FormMethod,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8054 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8055 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8056 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8057 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8058 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8059 <param name="method">The HTTP method for processing the form, either GET or POST.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8060 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8061 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8062 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginForm(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Web.Mvc.FormMethod,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8063 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8064 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8065 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8066 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8067 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8068 <param name="method">The HTTP method for processing the form, either GET or POST.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8069 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8070 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8071 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginForm(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8072 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8073 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8074 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8075 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8076 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8077 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8078 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8079 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginForm(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Mvc.FormMethod)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8080 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8081 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8082 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8083 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8084 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8085 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8086 <param name="method">The HTTP method for processing the form, either GET or POST.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8087 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8088 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginForm(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Mvc.FormMethod,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8089 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8090 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8091 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8092 <param name="actionName">The name of the action method.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8093 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8094 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8095 <param name="method">The HTTP method for processing the form, either GET or POST.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8096 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8097 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8098 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginForm(System.Web.Mvc.HtmlHelper,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8099 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by an action method.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8100 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8101 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8102 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8103 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8104 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginRouteForm(System.Web.Mvc.HtmlHelper,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8105 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8106 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8107 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8108 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8109 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8110 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginRouteForm(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8111 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8112 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8113 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8114 <param name="routeName">The name of the route to use to obtain the form-post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8115 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8116 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginRouteForm(System.Web.Mvc.HtmlHelper,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8117 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8118 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8119 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8120 <param name="routeName">The name of the route to use to obtain the form-post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8121 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8122 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8123 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginRouteForm(System.Web.Mvc.HtmlHelper,System.String,System.Object,System.Web.Mvc.FormMethod)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8124 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8125 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8126 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8127 <param name="routeName">The name of the route to use to obtain the form-post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8128 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8129 <param name="method">The HTTP method for processing the form, either GET or POST.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8130 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8131 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginRouteForm(System.Web.Mvc.HtmlHelper,System.String,System.Object,System.Web.Mvc.FormMethod,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8132 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8133 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8134 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8135 <param name="routeName">The name of the route to use to obtain the form-post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8136 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. This object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8137 <param name="method">The HTTP method for processing the form, either GET or POST.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8138 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8139 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8140 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginRouteForm(System.Web.Mvc.HtmlHelper,System.String,System.Web.Mvc.FormMethod)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8141 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8142 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8143 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8144 <param name="routeName">The name of the route to use to obtain the form-post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8145 <param name="method">The HTTP method for processing the form, either GET or POST.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8146 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8147 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginRouteForm(System.Web.Mvc.HtmlHelper,System.String,System.Web.Mvc.FormMethod,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8148 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8149 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8150 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8151 <param name="routeName">The name of the route to use to obtain the form-post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8152 <param name="method">The HTTP method for processing the form, either GET or POST.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8153 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8154 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8155 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginRouteForm(System.Web.Mvc.HtmlHelper,System.String,System.Web.Mvc.FormMethod,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8156 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8157 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8158 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8159 <param name="routeName">The name of the route to use to obtain the form-post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8160 <param name="method">The HTTP method for processing the form, either GET or POST.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8161 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8162 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8163 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginRouteForm(System.Web.Mvc.HtmlHelper,System.String,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8164 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8165 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8166 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8167 <param name="routeName">The name of the route to use to obtain the form-post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8168 <param name="routeValues">An object that contains the parameters for a route</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8169 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8170 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginRouteForm(System.Web.Mvc.HtmlHelper,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Mvc.FormMethod)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8171 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8172 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8173 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8174 <param name="routeName">The name of the route to use to obtain the form-post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8175 <param name="routeValues">An object that contains the parameters for a route</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8176 <param name="method">The HTTP method for processing the form, either GET or POST.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8177 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8178 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginRouteForm(System.Web.Mvc.HtmlHelper,System.String,System.Web.Routing.RouteValueDictionary,System.Web.Mvc.FormMethod,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8179 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8180 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8181 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8182 <param name="routeName">The name of the route to use to obtain the form-post URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8183 <param name="routeValues">An object that contains the parameters for a route</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8184 <param name="method">The HTTP method for processing the form, either GET or POST.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8185 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8186 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8187 <member name="M:System.Web.Mvc.Html.FormExtensions.BeginRouteForm(System.Web.Mvc.HtmlHelper,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8188 <summary>Writes an opening <form> tag to the response. When the user submits the form, the request will be processed by the route target.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8189 <returns>An opening <form> tag.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8190 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8191 <param name="routeValues">An object that contains the parameters for a route</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8192 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8193 <member name="M:System.Web.Mvc.Html.FormExtensions.EndForm(System.Web.Mvc.HtmlHelper)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8194 <summary>Renders the closing </form> tag to the response. </summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8195 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8196 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8197 <member name="T:System.Web.Mvc.Html.InputExtensions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8198 <summary>Represents support for HTML input controls in an application.12/23/2010 12:04:24 PM zz</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8199 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8200 <member name="M:System.Web.Mvc.Html.InputExtensions.CheckBox(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8201 <summary>Returns a check box input element by using the specified HTML helper and the name of the form field.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8202 <returns>An input element whose type attribute is set to "checkbox".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8203 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8204 <param name="name">The name of the form field.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8205 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8206 <member name="M:System.Web.Mvc.Html.InputExtensions.CheckBox(System.Web.Mvc.HtmlHelper,System.String,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8207 <summary>Returns a check box input element by using the specified HTML helper, the name of the form field, and a value to indicate whether the check box is selected.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8208 <returns>An input element whose type attribute is set to "checkbox".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8209 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8210 <param name="name">The name of the form field.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8211 <param name="isChecked">true to select the check box; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8212 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8213 <member name="M:System.Web.Mvc.Html.InputExtensions.CheckBox(System.Web.Mvc.HtmlHelper,System.String,System.Boolean,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8214 <summary>Returns a check box input element by using the specified HTML helper, the name of the form field, a value to indicate whether the check box is selected, and the HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8215 <returns>An input element whose type attribute is set to "checkbox".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8216 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8217 <param name="name">The name of the form field.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8218 <param name="isChecked">true to select the check box; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8219 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8220 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8221 <member name="M:System.Web.Mvc.Html.InputExtensions.CheckBox(System.Web.Mvc.HtmlHelper,System.String,System.Boolean,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8222 <summary>Returns a check box input element by using the specified HTML helper, the name of the form field, a value that indicates whether the check box is selected, and the HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8223 <returns>An input element whose type attribute is set to "checkbox".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8224 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8225 <param name="name">The name of the form field.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8226 <param name="isChecked">true to select the check box; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8227 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8228 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8229 <member name="M:System.Web.Mvc.Html.InputExtensions.CheckBox(System.Web.Mvc.HtmlHelper,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8230 <summary>Returns a check box input element by using the specified HTML helper, the name of the form field, and the HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8231 <returns>An input element whose type attribute is set to "checkbox".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8232 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8233 <param name="name">The name of the form field.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8234 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8235 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8236 <member name="M:System.Web.Mvc.Html.InputExtensions.CheckBox(System.Web.Mvc.HtmlHelper,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8237 <summary>Returns a check box input element by using the specified HTML helper, the name of the form field, and the HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8238 <returns>An input element whose type attribute is set to "checkbox".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8239 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8240 <param name="name">The name of the form field.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8241 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8242 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8243 <member name="M:System.Web.Mvc.Html.InputExtensions.CheckBoxFor``1(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8244 <summary>Returns a check box input element for each property in the object that is represented by the specified expression.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8245 <returns>An HTML input element whose type attribute is set to "checkbox" for each property in the object that is represented by the specified expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8246 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8247 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8248 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8249 <exception cref="T:System.ArgumentNullException">The <paramref name="expression" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8250 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8251 <member name="M:System.Web.Mvc.Html.InputExtensions.CheckBoxFor``1(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8252 <summary>Returns a check box input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8253 <returns>An HTML input element whose type attribute is set to "checkbox" for each property in the object that is represented by the specified expression, using the specified HTML attributes.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8254 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8255 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8256 <param name="htmlAttributes">A dictionary that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8257 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8258 <exception cref="T:System.ArgumentNullException">The <paramref name="expression" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8259 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8260 <member name="M:System.Web.Mvc.Html.InputExtensions.CheckBoxFor``1(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,System.Boolean}},System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8261 <summary>Returns a check box input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8262 <returns>An HTML input element whose type attribute is set to "checkbox" for each property in the object that is represented by the specified expression, using the specified HTML attributes.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8263 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8264 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8265 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8266 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8267 <exception cref="T:System.ArgumentNullException">The <paramref name="expression" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8268 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8269 <member name="M:System.Web.Mvc.Html.InputExtensions.Hidden(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8270 <summary>Returns a hidden input element by using the specified HTML helper and the name of the form field.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8271 <returns>An input element whose type attribute is set to "hidden".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8272 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8273 <param name="name">The name of the form field and the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> key that is used to look up the value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8274 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8275 <member name="M:System.Web.Mvc.Html.InputExtensions.Hidden(System.Web.Mvc.HtmlHelper,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8276 <summary>Returns a hidden input element by using the specified HTML helper, the name of the form field, and the value.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8277 <returns>An input element whose type attribute is set to "hidden".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8278 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8279 <param name="name">The name of the form field and the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> key that is used to look up the value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8280 <param name="value">The value of the hidden input element. If this value is null, the value of the element is retrieved from the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> object. If no value exists there, the value is retrieved from the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8281 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8282 <member name="M:System.Web.Mvc.Html.InputExtensions.Hidden(System.Web.Mvc.HtmlHelper,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8283 <summary>Returns a hidden input element by using the specified HTML helper, the name of the form field, the value, and the HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8284 <returns>An input element whose type attribute is set to "hidden".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8285 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8286 <param name="name">The name of the form field and the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> key that is used to look up the value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8287 <param name="value">The value of the hidden input element. If this value is null, the value of the element is retrieved from the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> object. If no value exists there, the value is retrieved from the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8288 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8289 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8290 <member name="M:System.Web.Mvc.Html.InputExtensions.Hidden(System.Web.Mvc.HtmlHelper,System.String,System.Object,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8291 <summary>Returns a hidden input element by using the specified HTML helper, the name of the form field, the value, and the HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8292 <returns>An input element whose type attribute is set to "hidden".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8293 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8294 <param name="name">The name of the form field and the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> key that is used to look up the value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8295 <param name="value">The value of the hidden input element. If this value is null, the value of the element is retrieved from the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> object. If no value exists there, the value is retrieved from the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8296 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8297 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8298 <member name="M:System.Web.Mvc.Html.InputExtensions.HiddenFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8299 <summary>Returns an HTML hidden input element for each property in the object that is represented by the specified expression.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8300 <returns>An input element whose type attribute is set to "hidden" for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8301 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8302 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8303 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8304 <typeparam name="TProperty">The type of the property.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8305 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8306 <member name="M:System.Web.Mvc.Html.InputExtensions.HiddenFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8307 <summary>Returns an HTML hidden input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8308 <returns>An input element whose type attribute is set to "hidden" for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8309 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8310 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8311 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8312 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8313 <typeparam name="TProperty">The type of the property.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8314 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8315 <member name="M:System.Web.Mvc.Html.InputExtensions.HiddenFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8316 <summary>Returns an HTML hidden input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8317 <returns>An input element whose type attribute is set to "hidden" for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8318 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8319 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8320 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8321 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8322 <typeparam name="TProperty">The type of the property.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8323 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8324 <member name="M:System.Web.Mvc.Html.InputExtensions.Password(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8325 <summary>Returns a password input element by using the specified HTML helper and the name of the form field.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8326 <returns>An input element whose type attribute is set to "password".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8327 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8328 <param name="name">The name of the form field and the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> key that is used to look up the value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8329 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8330 <member name="M:System.Web.Mvc.Html.InputExtensions.Password(System.Web.Mvc.HtmlHelper,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8331 <summary>Returns a password input element by using the specified HTML helper, the name of the form field, and the value.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8332 <returns>An input element whose type attribute is set to "password".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8333 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8334 <param name="name">The name of the form field and the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> key that is used to look up the value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8335 <param name="value">The value of the password input element. If this value is null, the value of the element is retrieved from the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> object. If no value exists there, the value is retrieved from the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8336 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8337 <member name="M:System.Web.Mvc.Html.InputExtensions.Password(System.Web.Mvc.HtmlHelper,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8338 <summary>Returns a password input element by using the specified HTML helper, the name of the form field, the value, and the HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8339 <returns>An input element whose type attribute is set to "password".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8340 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8341 <param name="name">The name of the form field and the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> key that is used to look up the value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8342 <param name="value">The value of the password input element. If this value is null, the value of the element is retrieved from the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> object. If no value exists there, the value is retrieved from the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8343 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8344 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8345 <member name="M:System.Web.Mvc.Html.InputExtensions.Password(System.Web.Mvc.HtmlHelper,System.String,System.Object,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8346 <summary>Returns a password input element by using the specified HTML helper, the name of the form field, the value, and the HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8347 <returns>An input element whose type attribute is set to "password".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8348 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8349 <param name="name">The name of the form field and the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> key that is used to look up the value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8350 <param name="value">The value of the password input element. If this value is null, the value of the element is retrieved from the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> object. If no value exists there, the value is retrieved from the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8351 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8352 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8353 <member name="M:System.Web.Mvc.Html.InputExtensions.PasswordFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8354 <summary>Returns a password input element for each property in the object that is represented by the specified expression.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8355 <returns>An HTML input element whose type attribute is set to "password" for each property in the object that is represented by the specified expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8356 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8357 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8358 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8359 <typeparam name="TProperty">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8360 <exception cref="T:System.ArgumentNullException">The <paramref name="expression" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8361 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8362 <member name="M:System.Web.Mvc.Html.InputExtensions.PasswordFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8363 <summary>Returns a password input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8364 <returns>An HTML input element whose type attribute is set to "password" for each property in the object that is represented by the specified expression, using the specified HTML attributes.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8365 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8366 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8367 <param name="htmlAttributes">A dictionary that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8368 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8369 <typeparam name="TProperty">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8370 <exception cref="T:System.ArgumentNullException">The <paramref name="expression" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8371 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8372 <member name="M:System.Web.Mvc.Html.InputExtensions.PasswordFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8373 <summary>Returns a password input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8374 <returns>An HTML input element whose type attribute is set to "password" for each property in the object that is represented by the specified expression, using the specified HTML attributes.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8375 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8376 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8377 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8378 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8379 <typeparam name="TProperty">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8380 <exception cref="T:System.ArgumentNullException">The <paramref name="expression" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8381 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8382 <member name="M:System.Web.Mvc.Html.InputExtensions.RadioButton(System.Web.Mvc.HtmlHelper,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8383 <summary>Returns a radio button input element that is used to present mutually exclusive options.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8384 <returns>An input element whose type attribute is set to "radio".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8385 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8386 <param name="name">The name of the form field and the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> key that is used to look up the value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8387 <param name="value">If this radio button is selected, the value of the radio button that is submitted when the form is posted. If the value of the selected radio button in the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> or the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object matches this value, this radio button is selected.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8388 <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8389 <exception cref="T:System.ArgumentNullException">The <paramref name="value" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8390 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8391 <member name="M:System.Web.Mvc.Html.InputExtensions.RadioButton(System.Web.Mvc.HtmlHelper,System.String,System.Object,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8392 <summary>Returns a radio button input element that is used to present mutually exclusive options.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8393 <returns>An input element whose type attribute is set to "radio".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8394 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8395 <param name="name">The name of the form field and the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> key that is used to look up the value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8396 <param name="value">If this radio button is selected, the value of the radio button that is submitted when the form is posted. If the value of the selected radio button in the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> or the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object matches this value, this radio button is selected.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8397 <param name="isChecked">true to select the radio button; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8398 <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8399 <exception cref="T:System.ArgumentNullException">The <paramref name="value" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8400 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8401 <member name="M:System.Web.Mvc.Html.InputExtensions.RadioButton(System.Web.Mvc.HtmlHelper,System.String,System.Object,System.Boolean,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8402 <summary>Returns a radio button input element that is used to present mutually exclusive options.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8403 <returns>An input element whose type attribute is set to "radio".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8404 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8405 <param name="name">The name of the form field and the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> key that is used to look up the value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8406 <param name="value">If this radio button is selected, the value of the radio button that is submitted when the form is posted. If the value of the selected radio button in the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> or the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object matches this value, this radio button is selected.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8407 <param name="isChecked">true to select the radio button; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8408 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8409 <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8410 <exception cref="T:System.ArgumentNullException">The <paramref name="value" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8411 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8412 <member name="M:System.Web.Mvc.Html.InputExtensions.RadioButton(System.Web.Mvc.HtmlHelper,System.String,System.Object,System.Boolean,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8413 <summary>Returns a radio button input element that is used to present mutually exclusive options.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8414 <returns>An input element whose type attribute is set to "radio".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8415 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8416 <param name="name">The name of the form field and the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> key that is used to look up the value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8417 <param name="value">If this radio button is selected, the value of the radio button that is submitted when the form is posted. If the value of the selected radio button in the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> or the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object matches this value, this radio button is selected.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8418 <param name="isChecked">true to select the radio button; otherwise, false.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8419 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8420 <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8421 <exception cref="T:System.ArgumentNullException">The <paramref name="value" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8422 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8423 <member name="M:System.Web.Mvc.Html.InputExtensions.RadioButton(System.Web.Mvc.HtmlHelper,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8424 <summary>Returns a radio button input element that is used to present mutually exclusive options.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8425 <returns>An input element whose type attribute is set to "radio".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8426 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8427 <param name="name">The name of the form field and the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> key that is used to look up the value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8428 <param name="value">If this radio button is selected, the value of the radio button that is submitted when the form is posted. If the value of the selected radio button in the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> or the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object matches this value, this radio button is selected.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8429 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8430 <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8431 <exception cref="T:System.ArgumentNullException">The <paramref name="value" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8432 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8433 <member name="M:System.Web.Mvc.Html.InputExtensions.RadioButton(System.Web.Mvc.HtmlHelper,System.String,System.Object,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8434 <summary>Returns a radio button input element that is used to present mutually exclusive options.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8435 <returns>An input element whose type attribute is set to "radio".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8436 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8437 <param name="name">The name of the form field and the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> key that is used to look up the value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8438 <param name="value">If this radio button is selected, the value of the radio button that is submitted when the form is posted. If the value of the selected radio button in the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> or the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object matches this value, this radio button is selected.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8439 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8440 <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8441 <exception cref="T:System.ArgumentNullException">The <paramref name="value" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8442 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8443 <member name="M:System.Web.Mvc.Html.InputExtensions.RadioButtonFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8444 <summary>Returns a radio button input element for each property in the object that is represented by the specified expression.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8445 <returns>An HTML input element whose type attribute is set to "radio" for each property in the object that is represented by the specified expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8446 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8447 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8448 <param name="value">If this radio button is selected, the value of the radio button that is submitted when the form is posted. If the value of the selected radio button in the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> or the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object matches this value, this radio button is selected.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8449 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8450 <typeparam name="TProperty">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8451 <exception cref="T:System.ArgumentNullException">The <paramref name="value" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8452 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8453 <member name="M:System.Web.Mvc.Html.InputExtensions.RadioButtonFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Object,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8454 <summary>Returns a radio button input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8455 <returns>An HTML input element whose type attribute is set to "radio" for each property in the object that is represented by the specified expression, using the specified HTML attributes.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8456 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8457 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8458 <param name="value">If this radio button is selected, the value of the radio button that is submitted when the form is posted. If the value of the selected radio button in the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> or the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object matches this value, this radio button is selected.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8459 <param name="htmlAttributes">A dictionary that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8460 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8461 <typeparam name="TProperty">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8462 <exception cref="T:System.ArgumentNullException">The <paramref name="value" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8463 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8464 <member name="M:System.Web.Mvc.Html.InputExtensions.RadioButtonFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Object,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8465 <summary>Returns a radio button input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8466 <returns>An HTML input element whose type attribute is set to "radio" for each property in the object that is represented by the specified expression, using the specified HTML attributes.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8467 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8468 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8469 <param name="value">If this radio button is selected, the value of the radio button that is submitted when the form is posted. If the value of the selected radio button in the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> or the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object matches this value, this radio button is selected.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8470 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8471 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8472 <typeparam name="TProperty">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8473 <exception cref="T:System.ArgumentNullException">The <paramref name="value" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8474 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8475 <member name="M:System.Web.Mvc.Html.InputExtensions.TextBox(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8476 <summary>Returns a text input element by using the specified HTML helper and the name of the form field.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8477 <returns>An input element whose type attribute is set to "text".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8478 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8479 <param name="name">The name of the form field and the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> key that is used to look up the value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8480 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8481 <member name="M:System.Web.Mvc.Html.InputExtensions.TextBox(System.Web.Mvc.HtmlHelper,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8482 <summary>Returns a text input element by using the specified HTML helper, the name of the form field, and the value.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8483 <returns>An input element whose type attribute is set to "text".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8484 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8485 <param name="name">The name of the form field and the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> key that is used to look up the value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8486 <param name="value">The value of the text input element. If this value is null, the value of the element is retrieved from the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> object. If no value exists there, the value is retrieved from the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8487 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8488 <member name="M:System.Web.Mvc.Html.InputExtensions.TextBox(System.Web.Mvc.HtmlHelper,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8489 <summary>Returns a text input element by using the specified HTML helper, the name of the form field, the value, and the HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8490 <returns>An input element whose type attribute is set to "text".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8491 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8492 <param name="name">The name of the form field and the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> key that is used to look up the value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8493 <param name="value">The value of the text input element. If this value is null, the value of the element is retrieved from the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> object. If no value exists there, the value is retrieved from the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8494 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8495 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8496 <member name="M:System.Web.Mvc.Html.InputExtensions.TextBox(System.Web.Mvc.HtmlHelper,System.String,System.Object,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8497 <summary>Returns a text input element by using the specified HTML helper, the name of the form field, the value, and the HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8498 <returns>An input element whose type attribute is set to "text".</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8499 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8500 <param name="name">The name of the form field and the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> key that is used to look up the value.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8501 <param name="value">The value of the text input element. If this value is null, the value of the element is retrieved from the <see cref="T:System.Web.Mvc.ViewDataDictionary" /> object. If no value exists there, the value is retrieved from the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8502 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8503 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8504 <member name="M:System.Web.Mvc.Html.InputExtensions.TextBoxFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8505 <summary>Returns a text input element for each property in the object that is represented by the specified expression.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8506 <returns>An HTML input element whose type attribute is set to "text" for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8507 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8508 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8509 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8510 <typeparam name="TProperty">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8511 <exception cref="T:System.ArgumentException">The <paramref name="expression" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8512 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8513 <member name="M:System.Web.Mvc.Html.InputExtensions.TextBoxFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8514 <summary>Returns a text input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8515 <returns>An HTML input element type attribute is set to "text" for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8516 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8517 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8518 <param name="htmlAttributes">A dictionary that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8519 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8520 <typeparam name="TProperty">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8521 <exception cref="T:System.ArgumentException">The <paramref name="expression" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8522 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8523 <member name="M:System.Web.Mvc.Html.InputExtensions.TextBoxFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8524 <summary>Returns a text input element for each property in the object that is represented by the specified expression, using the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8525 <returns>An HTML input element whose type attribute is set to "text" for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8526 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8527 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8528 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8529 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8530 <typeparam name="TProperty">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8531 <exception cref="T:System.ArgumentException">The <paramref name="expression" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8532 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8533 <member name="T:System.Web.Mvc.Html.LabelExtensions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8534 <summary>Represents support for the HTML label element in an ASP.NET MVC view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8535 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8536 <member name="M:System.Web.Mvc.Html.LabelExtensions.Label(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8537 <summary>Returns an HTML label element and the property name of the property that is represented by the specified expression.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8538 <returns>An HTML label element and the property name of the property that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8539 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8540 <param name="expression">An expression that identifies the property to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8541 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8542 <member name="M:System.Web.Mvc.Html.LabelExtensions.Label(System.Web.Mvc.HtmlHelper,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8543 <returns>Returns <see cref="T:System.Web.Mvc.MvcHtmlString" />.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8544 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8545 <member name="M:System.Web.Mvc.Html.LabelExtensions.LabelFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8546 <returns>An HTML label element and the property name of the property that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8547 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8548 <param name="expression">An expression that identifies the property to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8549 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8550 <typeparam name="TValue">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8551 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8552 <member name="M:System.Web.Mvc.Html.LabelExtensions.LabelFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8553 <returns>An HTML label element and the property name of the property that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8554 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8555 <param name="expression">An expression that identifies the property to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8556 <param name="labelText">The label text.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8557 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8558 <typeparam name="TValue">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8559 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8560 <member name="M:System.Web.Mvc.Html.LabelExtensions.LabelForModel(System.Web.Mvc.HtmlHelper)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8561 <summary>Returns an HTML label element and the property name of the property that is represented by the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8562 <returns>An HTML label element and the property name of the property that is represented by the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8563 <param name="html">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8564 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8565 <member name="M:System.Web.Mvc.Html.LabelExtensions.LabelForModel(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8566 <returns>Returns <see cref="T:System.Web.Mvc.MvcHtmlString" />.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8567 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8568 <member name="T:System.Web.Mvc.Html.LinkExtensions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8569 <summary>Represents support for HTML links in an application.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8570 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8571 <member name="M:System.Web.Mvc.Html.LinkExtensions.ActionLink(System.Web.Mvc.HtmlHelper,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8572 <summary>Returns an anchor element (a element) that contains the virtual path of the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8573 <returns>An anchor element (a element).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8574 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8575 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8576 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8577 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8578 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8579 <member name="M:System.Web.Mvc.Html.LinkExtensions.ActionLink(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8580 <summary>Returns an anchor element (a element) that contains the virtual path of the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8581 <returns>An anchor element (a element).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8582 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8583 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8584 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8585 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. The object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8586 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8587 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8588 <member name="M:System.Web.Mvc.Html.LinkExtensions.ActionLink(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Object,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8589 <summary>Returns an anchor element (a element) that contains the virtual path of the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8590 <returns>An anchor element (a element).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8591 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8592 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8593 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8594 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. The object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8595 <param name="htmlAttributes">An object that contains the HTML attributes for the element. The attributes are retrieved through reflection by examining the properties of the object. The object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8596 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8597 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8598 <member name="M:System.Web.Mvc.Html.LinkExtensions.ActionLink(System.Web.Mvc.HtmlHelper,System.String,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8599 <summary>Returns an anchor element (a element) that contains the virtual path of the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8600 <returns>An anchor element (a element).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8601 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8602 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8603 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8604 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8605 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8606 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8607 <member name="M:System.Web.Mvc.Html.LinkExtensions.ActionLink(System.Web.Mvc.HtmlHelper,System.String,System.String,System.String,System.Object,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8608 <summary>Returns an anchor element (a element) that contains the virtual path of the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8609 <returns>An anchor element (a element).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8610 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8611 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8612 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8613 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8614 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. The object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8615 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8616 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8617 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8618 <member name="M:System.Web.Mvc.Html.LinkExtensions.ActionLink(System.Web.Mvc.HtmlHelper,System.String,System.String,System.String,System.String,System.String,System.String,System.Object,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8619 <summary>Returns an anchor element (a element) that contains the virtual path of the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8620 <returns>An anchor element (a element).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8621 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8622 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8623 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8624 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8625 <param name="protocol">The protocol for the URL, such as "http" or "https".</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8626 <param name="hostName">The host name for the URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8627 <param name="fragment">The URL fragment name (the anchor name).</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8628 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. The object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8629 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8630 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8631 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8632 <member name="M:System.Web.Mvc.Html.LinkExtensions.ActionLink(System.Web.Mvc.HtmlHelper,System.String,System.String,System.String,System.String,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8633 <summary>Returns an anchor element (a element) that contains the virtual path of the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8634 <returns>An anchor element (a element).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8635 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8636 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8637 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8638 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8639 <param name="protocol">The protocol for the URL, such as "http" or "https".</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8640 <param name="hostName">The host name for the URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8641 <param name="fragment">The URL fragment name (the anchor name).</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8642 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8643 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8644 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8645 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8646 <member name="M:System.Web.Mvc.Html.LinkExtensions.ActionLink(System.Web.Mvc.HtmlHelper,System.String,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8647 <summary>Returns an anchor element (a element) that contains the virtual path of the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8648 <returns>An anchor element (a element).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8649 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8650 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8651 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8652 <param name="controllerName">The name of the controller.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8653 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8654 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8655 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8656 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8657 <member name="M:System.Web.Mvc.Html.LinkExtensions.ActionLink(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8658 <summary>Returns an anchor element (a element) that contains the virtual path of the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8659 <returns>An anchor element (a element).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8660 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8661 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8662 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8663 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8664 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8665 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8666 <member name="M:System.Web.Mvc.Html.LinkExtensions.ActionLink(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8667 <summary>Returns an anchor element (a element) that contains the virtual path of the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8668 <returns>An anchor element (a element).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8669 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8670 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8671 <param name="actionName">The name of the action.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8672 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8673 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8674 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8675 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8676 <member name="M:System.Web.Mvc.Html.LinkExtensions.RouteLink(System.Web.Mvc.HtmlHelper,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8677 <summary>Returns an anchor element (a element) that contains the virtual path of the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8678 <returns>An anchor element (a element).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8679 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8680 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8681 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. The object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8682 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8683 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8684 <member name="M:System.Web.Mvc.Html.LinkExtensions.RouteLink(System.Web.Mvc.HtmlHelper,System.String,System.Object,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8685 <summary>Returns an anchor element (a element) that contains the virtual path of the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8686 <returns>An anchor element (a element).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8687 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8688 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8689 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. The object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8690 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8691 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8692 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8693 <member name="M:System.Web.Mvc.Html.LinkExtensions.RouteLink(System.Web.Mvc.HtmlHelper,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8694 <summary>Returns an anchor element (a element) that contains the virtual path of the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8695 <returns>An anchor element (a element).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8696 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8697 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8698 <param name="routeName">The name of the route that is used to return a virtual path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8699 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8700 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8701 <member name="M:System.Web.Mvc.Html.LinkExtensions.RouteLink(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8702 <summary>Returns an anchor element (a element) that contains the virtual path of the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8703 <returns>An anchor element (a element).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8704 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8705 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8706 <param name="routeName">The name of the route that is used to return a virtual path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8707 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. The object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8708 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8709 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8710 <member name="M:System.Web.Mvc.Html.LinkExtensions.RouteLink(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Object,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8711 <summary>Returns an anchor element (a element) that contains the virtual path of the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8712 <returns>An anchor element (a element).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8713 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8714 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8715 <param name="routeName">The name of the route that is used to return a virtual path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8716 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. The object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8717 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8718 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8719 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8720 <member name="M:System.Web.Mvc.Html.LinkExtensions.RouteLink(System.Web.Mvc.HtmlHelper,System.String,System.String,System.String,System.String,System.String,System.Object,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8721 <summary>Returns an anchor element (a element) that contains the virtual path of the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8722 <returns>An anchor element (a element).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8723 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8724 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8725 <param name="routeName">The name of the route that is used to return a virtual path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8726 <param name="protocol">The protocol for the URL, such as "http" or "https".</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8727 <param name="hostName">The host name for the URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8728 <param name="fragment">The URL fragment name (the anchor name).</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8729 <param name="routeValues">An object that contains the parameters for a route. The parameters are retrieved through reflection by examining the properties of the object. The object is typically created by using object initializer syntax.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8730 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8731 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8732 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8733 <member name="M:System.Web.Mvc.Html.LinkExtensions.RouteLink(System.Web.Mvc.HtmlHelper,System.String,System.String,System.String,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8734 <summary>Returns an anchor element (a element) that contains the virtual path of the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8735 <returns>An anchor element (a element).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8736 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8737 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8738 <param name="routeName">The name of the route that is used to return a virtual path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8739 <param name="protocol">The protocol for the URL, such as "http" or "https".</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8740 <param name="hostName">The host name for the URL.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8741 <param name="fragment">The URL fragment name (the anchor name).</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8742 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8743 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8744 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8745 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8746 <member name="M:System.Web.Mvc.Html.LinkExtensions.RouteLink(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8747 <summary>Returns an anchor element (a element) that contains the virtual path of the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8748 <returns>An anchor element (a element).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8749 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8750 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8751 <param name="routeName">The name of the route that is used to return a virtual path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8752 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8753 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8754 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8755 <member name="M:System.Web.Mvc.Html.LinkExtensions.RouteLink(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Web.Routing.RouteValueDictionary,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8756 <summary>Returns an anchor element (a element) that contains the virtual path of the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8757 <returns>An anchor element (a element).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8758 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8759 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8760 <param name="routeName">The name of the route that is used to return a virtual path.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8761 <param name="routeValues">An object that contains the parameters for a route. </param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8762 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8763 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8764 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8765 <member name="M:System.Web.Mvc.Html.LinkExtensions.RouteLink(System.Web.Mvc.HtmlHelper,System.String,System.Web.Routing.RouteValueDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8766 <summary>Returns an anchor element (a element) that contains the virtual path of the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8767 <returns>An anchor element (a element).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8768 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8769 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8770 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8771 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8772 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8773 <member name="M:System.Web.Mvc.Html.LinkExtensions.RouteLink(System.Web.Mvc.HtmlHelper,System.String,System.Web.Routing.RouteValueDictionary,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8774 <summary>Returns an anchor element (a element) that contains the virtual path of the specified action.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8775 <returns>An anchor element (a element).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8776 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8777 <param name="linkText">The inner text of the anchor element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8778 <param name="routeValues">An object that contains the parameters for a route.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8779 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8780 <exception cref="T:System.ArgumentException">The <paramref name="linkText" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8781 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8782 <member name="T:System.Web.Mvc.Html.MvcForm"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8783 <summary>Represents an HTML form element in an MVC view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8784 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8785 <member name="M:System.Web.Mvc.Html.MvcForm.#ctor(System.Web.HttpResponseBase)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8786 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.Html.MvcForm" /> class using the specified HTTP response object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8787 <param name="httpResponse">The HTTP response object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8788 <exception cref="T:System.ArgumentNullException">The <paramref name="httpResponse " />parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8789 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8790 <member name="M:System.Web.Mvc.Html.MvcForm.#ctor(System.Web.Mvc.ViewContext)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8791 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.Html.MvcForm" /> class using the specified view context.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8792 <param name="viewContext">An object that encapsulates the information that is required in order to render a view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8793 <exception cref="T:System.ArgumentNullException">The <paramref name="viewContext" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8794 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8795 <member name="M:System.Web.Mvc.Html.MvcForm.Dispose"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8796 <summary>Releases all resources that are used by the current instance of the <see cref="T:System.Web.Mvc.Html.MvcForm" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8797 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8798 <member name="M:System.Web.Mvc.Html.MvcForm.Dispose(System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8799 <summary>Releases unmanaged and, optionally, managed resources used by the current instance of the <see cref="T:System.Web.Mvc.Html.MvcForm" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8800 <param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8801 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8802 <member name="M:System.Web.Mvc.Html.MvcForm.EndForm"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8803 <summary>Ends the form and disposes of all form resources.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8804 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8805 <member name="T:System.Web.Mvc.Html.PartialExtensions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8806 <summary>Represents the functionality to render a partial view as an HTML-encoded string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8807 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8808 <member name="M:System.Web.Mvc.Html.PartialExtensions.Partial(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8809 <summary>Renders the specified partial view as an HTML-encoded string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8810 <returns>The partial view that is rendered as an HTML-encoded string.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8811 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8812 <param name="partialViewName">The name of the partial view to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8813 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8814 <member name="M:System.Web.Mvc.Html.PartialExtensions.Partial(System.Web.Mvc.HtmlHelper,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8815 <summary>Renders the specified partial view as an HTML-encoded string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8816 <returns>The partial view that is rendered as an HTML-encoded string.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8817 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8818 <param name="partialViewName">The name of the partial view to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8819 <param name="model">The model for the partial view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8820 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8821 <member name="M:System.Web.Mvc.Html.PartialExtensions.Partial(System.Web.Mvc.HtmlHelper,System.String,System.Object,System.Web.Mvc.ViewDataDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8822 <summary>Renders the specified partial view as an HTML-encoded string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8823 <returns>The partial view that is rendered as an HTML-encoded string.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8824 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8825 <param name="partialViewName">The name of the partial view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8826 <param name="model">The model for the partial view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8827 <param name="viewData">The view data dictionary for the partial view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8828 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8829 <member name="M:System.Web.Mvc.Html.PartialExtensions.Partial(System.Web.Mvc.HtmlHelper,System.String,System.Web.Mvc.ViewDataDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8830 <summary>Renders the specified partial view as an HTML-encoded string.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8831 <returns>The partial view that is rendered as an HTML-encoded string.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8832 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8833 <param name="partialViewName">The name of the partial view to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8834 <param name="viewData">The view data dictionary for the partial view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8835 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8836 <member name="T:System.Web.Mvc.Html.RenderPartialExtensions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8837 <summary>Provides support for rendering a partial view.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8838 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8839 <member name="M:System.Web.Mvc.Html.RenderPartialExtensions.RenderPartial(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8840 <summary>Renders the specified partial view by using the specified HMTL helper.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8841 <param name="htmlHelper">The HTML helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8842 <param name="partialViewName">The name of the partial view</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8843 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8844 <member name="M:System.Web.Mvc.Html.RenderPartialExtensions.RenderPartial(System.Web.Mvc.HtmlHelper,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8845 <summary>Renders the specified partial view, passing it a copy of the current <see cref="T:System.Web.Mvc.ViewDataDictionary" /> object, but with the Model property set to the specified model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8846 <param name="htmlHelper">The HTML helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8847 <param name="partialViewName">The name of the partial view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8848 <param name="model">The model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8849 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8850 <member name="M:System.Web.Mvc.Html.RenderPartialExtensions.RenderPartial(System.Web.Mvc.HtmlHelper,System.String,System.Object,System.Web.Mvc.ViewDataDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8851 <summary>Renders the specified partial view, replacing the partial view's ViewData property with the specified <see cref="T:System.Web.Mvc.ViewDataDictionary" /> object and setting the Model property of the view data to the specified model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8852 <param name="htmlHelper">The HTML helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8853 <param name="partialViewName">The name of the partial view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8854 <param name="model">The model for the partial view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8855 <param name="viewData">The view data for the partial view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8856 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8857 <member name="M:System.Web.Mvc.Html.RenderPartialExtensions.RenderPartial(System.Web.Mvc.HtmlHelper,System.String,System.Web.Mvc.ViewDataDictionary)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8858 <summary>Renders the specified partial view, replacing its ViewData property with the specified <see cref="T:System.Web.Mvc.ViewDataDictionary" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8859 <param name="htmlHelper">The HTML helper.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8860 <param name="partialViewName">The name of the partial view.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8861 <param name="viewData">The view data.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8862 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8863 <member name="T:System.Web.Mvc.Html.SelectExtensions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8864 <summary>Represents support for making selections in a list.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8865 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8866 <member name="M:System.Web.Mvc.Html.SelectExtensions.DropDownList(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8867 <summary>Returns a single-selection select element using the specified HTML helper and the name of the form field.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8868 <returns>An HTML select element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8869 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8870 <param name="name">The name of the form field to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8871 <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8872 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8873 <member name="M:System.Web.Mvc.Html.SelectExtensions.DropDownList(System.Web.Mvc.HtmlHelper,System.String,System.Collections.Generic.IEnumerable{System.Web.Mvc.SelectListItem})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8874 <summary>Returns a single-selection select element using the specified HTML helper, the name of the form field, and the specified list items.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8875 <returns>An HTML select element with an option subelement for each item in the list.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8876 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8877 <param name="name">The name of the form field to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8878 <param name="selectList">A collection of <see cref="T:System.Web.Mvc.SelectListItem" /> objects that are used to populate the drop-down list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8879 <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8880 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8881 <member name="M:System.Web.Mvc.Html.SelectExtensions.DropDownList(System.Web.Mvc.HtmlHelper,System.String,System.Collections.Generic.IEnumerable{System.Web.Mvc.SelectListItem},System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8882 <summary>Returns a single-selection select element using the specified HTML helper, the name of the form field, the specified list items, and the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8883 <returns>An HTML select element with an option subelement for each item in the list.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8884 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8885 <param name="name">The name of the form field to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8886 <param name="selectList">A collection of <see cref="T:System.Web.Mvc.SelectListItem" /> objects that are used to populate the drop-down list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8887 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8888 <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8889 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8890 <member name="M:System.Web.Mvc.Html.SelectExtensions.DropDownList(System.Web.Mvc.HtmlHelper,System.String,System.Collections.Generic.IEnumerable{System.Web.Mvc.SelectListItem},System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8891 <summary>Returns a single-selection select element using the specified HTML helper, the name of the form field, the specified list items, and the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8892 <returns>An HTML select element with an option subelement for each item in the list.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8893 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8894 <param name="name">The name of the form field to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8895 <param name="selectList">A collection of <see cref="T:System.Web.Mvc.SelectListItem" /> objects that are used to populate the drop-down list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8896 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8897 <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8898 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8899 <member name="M:System.Web.Mvc.Html.SelectExtensions.DropDownList(System.Web.Mvc.HtmlHelper,System.String,System.Collections.Generic.IEnumerable{System.Web.Mvc.SelectListItem},System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8900 <summary>Returns a single-selection select element using the specified HTML helper, the name of the form field, the specified list items, and an option label.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8901 <returns>An HTML select element with an option subelement for each item in the list.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8902 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8903 <param name="name">The name of the form field to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8904 <param name="selectList">A collection of <see cref="T:System.Web.Mvc.SelectListItem" /> objects that are used to populate the drop-down list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8905 <param name="optionLabel">The text for a default empty item. This parameter can be null.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8906 <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8907 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8908 <member name="M:System.Web.Mvc.Html.SelectExtensions.DropDownList(System.Web.Mvc.HtmlHelper,System.String,System.Collections.Generic.IEnumerable{System.Web.Mvc.SelectListItem},System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8909 <summary>Returns a single-selection select element using the specified HTML helper, the name of the form field, the specified list items, an option label, and the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8910 <returns>An HTML select element with an option subelement for each item in the list.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8911 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8912 <param name="name">The name of the form field to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8913 <param name="selectList">A collection of <see cref="T:System.Web.Mvc.SelectListItem" /> objects that are used to populate the drop-down list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8914 <param name="optionLabel">The text for a default empty item. This parameter can be null.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8915 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8916 <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8917 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8918 <member name="M:System.Web.Mvc.Html.SelectExtensions.DropDownList(System.Web.Mvc.HtmlHelper,System.String,System.Collections.Generic.IEnumerable{System.Web.Mvc.SelectListItem},System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8919 <summary>Returns a single-selection select element using the specified HTML helper, the name of the form field, the specified list items, an option label, and the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8920 <returns>An HTML select element with an option subelement for each item in the list.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8921 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8922 <param name="name">The name of the form field to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8923 <param name="selectList">A collection of <see cref="T:System.Web.Mvc.SelectListItem" /> objects that are used to populate the drop-down list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8924 <param name="optionLabel">The text for a default empty item. This parameter can be null.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8925 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8926 <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8927 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8928 <member name="M:System.Web.Mvc.Html.SelectExtensions.DropDownList(System.Web.Mvc.HtmlHelper,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8929 <summary>Returns a single-selection select element using the specified HTML helper, the name of the form field, and an option label.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8930 <returns>An HTML select element with an option subelement for each item in the list.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8931 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8932 <param name="name">The name of the form field to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8933 <param name="optionLabel">The text for a default empty item. This parameter can be null.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8934 <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8935 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8936 <member name="M:System.Web.Mvc.Html.SelectExtensions.DropDownListFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEnumerable{System.Web.Mvc.SelectListItem})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8937 <summary>Returns an HTML select element for each property in the object that is represented by the specified expression using the specified list items.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8938 <returns>An HTML select element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8939 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8940 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8941 <param name="selectList">A collection of <see cref="T:System.Web.Mvc.SelectListItem" /> objects that are used to populate the drop-down list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8942 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8943 <typeparam name="TProperty">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8944 <exception cref="T:System.ArgumentNullException">The <paramref name="expression" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8945 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8946 <member name="M:System.Web.Mvc.Html.SelectExtensions.DropDownListFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEnumerable{System.Web.Mvc.SelectListItem},System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8947 <summary>Returns an HTML select element for each property in the object that is represented by the specified expression using the specified list items and HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8948 <returns>An HTML select element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8949 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8950 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8951 <param name="selectList">A collection of <see cref="T:System.Web.Mvc.SelectListItem" /> objects that are used to populate the drop-down list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8952 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8953 <typeparam name="TProperty">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8954 <exception cref="T:System.ArgumentNullException">The <paramref name="expression" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8955 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8956 <member name="M:System.Web.Mvc.Html.SelectExtensions.DropDownListFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEnumerable{System.Web.Mvc.SelectListItem},System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8957 <summary>Returns an HTML select element for each property in the object that is represented by the specified expression using the specified list items and HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8958 <returns>An HTML select element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8959 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8960 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8961 <param name="selectList">A collection of <see cref="T:System.Web.Mvc.SelectListItem" /> objects that are used to populate the drop-down list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8962 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8963 <typeparam name="TProperty">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8964 <exception cref="T:System.ArgumentNullException">The <paramref name="expression" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8965 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8966 <member name="M:System.Web.Mvc.Html.SelectExtensions.DropDownListFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEnumerable{System.Web.Mvc.SelectListItem},System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8967 <summary>Returns an HTML select element for each property in the object that is represented by the specified expression using the specified list items and option label.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8968 <returns>An HTML select element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8969 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8970 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8971 <param name="selectList">A collection of <see cref="T:System.Web.Mvc.SelectListItem" /> objects that are used to populate the drop-down list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8972 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8973 <typeparam name="TProperty">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8974 <exception cref="T:System.ArgumentNullException">The <paramref name="expression" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8975 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8976 <member name="M:System.Web.Mvc.Html.SelectExtensions.DropDownListFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEnumerable{System.Web.Mvc.SelectListItem},System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8977 <summary>Returns an HTML select element for each property in the object that is represented by the specified expression using the specified list items, option label, and HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8978 <returns>An HTML select element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8979 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8980 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8981 <param name="selectList">A collection of <see cref="T:System.Web.Mvc.SelectListItem" /> objects that are used to populate the drop-down list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8982 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8983 <typeparam name="TProperty">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8984 <exception cref="T:System.ArgumentNullException">The <paramref name="expression" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8985 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8986 <member name="M:System.Web.Mvc.Html.SelectExtensions.DropDownListFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEnumerable{System.Web.Mvc.SelectListItem},System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8987 <summary>Returns an HTML select element for each property in the object that is represented by the specified expression using the specified list items, option label, and HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8988 <returns>An HTML select element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8989 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8990 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8991 <param name="selectList">A collection of <see cref="T:System.Web.Mvc.SelectListItem" /> objects that are used to populate the drop-down list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8992 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8993 <typeparam name="TProperty">The type of the value.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8994 <exception cref="T:System.ArgumentNullException">The <paramref name="expression" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8995 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8996 <member name="M:System.Web.Mvc.Html.SelectExtensions.ListBox(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8997 <summary>Returns a multi-select select element using the specified HTML helper and the name of the form field.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8998 <returns>An HTML select element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
8999 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9000 <param name="name">The name of the form field to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9001 <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9002 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9003 <member name="M:System.Web.Mvc.Html.SelectExtensions.ListBox(System.Web.Mvc.HtmlHelper,System.String,System.Collections.Generic.IEnumerable{System.Web.Mvc.SelectListItem})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9004 <summary>Returns a multi-select select element using the specified HTML helper, the name of the form field, and the specified list items.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9005 <returns>An HTML select element with an option subelement for each item in the list.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9006 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9007 <param name="name">The name of the form field to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9008 <param name="selectList">A collection of <see cref="T:System.Web.Mvc.SelectListItem" /> objects that are used to populate the drop-down list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9009 <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9010 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9011 <member name="M:System.Web.Mvc.Html.SelectExtensions.ListBox(System.Web.Mvc.HtmlHelper,System.String,System.Collections.Generic.IEnumerable{System.Web.Mvc.SelectListItem},System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9012 <summary>Returns a multi-select select element using the specified HTML helper, the name of the form field, the specified list items, and the specified HMTL attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9013 <returns>An HTML select element with an option subelement for each item in the list..</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9014 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9015 <param name="name">The name of the form field to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9016 <param name="selectList">A collection of <see cref="T:System.Web.Mvc.SelectListItem" /> objects that are used to populate the drop-down list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9017 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9018 <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9019 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9020 <member name="M:System.Web.Mvc.Html.SelectExtensions.ListBox(System.Web.Mvc.HtmlHelper,System.String,System.Collections.Generic.IEnumerable{System.Web.Mvc.SelectListItem},System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9021 <summary>Returns a multi-select select element using the specified HTML helper, the name of the form field, and the specified list items.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9022 <returns>An HTML select element with an option subelement for each item in the list..</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9023 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9024 <param name="name">The name of the form field to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9025 <param name="selectList">A collection of <see cref="T:System.Web.Mvc.SelectListItem" /> objects that are used to populate the drop-down list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9026 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9027 <exception cref="T:System.ArgumentException">The <paramref name="name" /> parameter is null or empty.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9028 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9029 <member name="M:System.Web.Mvc.Html.SelectExtensions.ListBoxFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEnumerable{System.Web.Mvc.SelectListItem})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9030 <summary>Returns an HTML select element for each property in the object that is represented by the specified expression and using the specified list items.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9031 <returns>An HTML select element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9032 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9033 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9034 <param name="selectList">A collection of <see cref="T:System.Web.Mvc.SelectListItem" /> objects that are used to populate the drop-down list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9035 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9036 <typeparam name="TProperty">The type of the property.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9037 <exception cref="T:System.ArgumentNullException">The <paramref name="expression" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9038 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9039 <member name="M:System.Web.Mvc.Html.SelectExtensions.ListBoxFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEnumerable{System.Web.Mvc.SelectListItem},System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9040 <summary>Returns an HTML select element for each property in the object that is represented by the specified expression using the specified list items and HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9041 <returns>An HTML select element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9042 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9043 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9044 <param name="selectList">A collection of <see cref="T:System.Web.Mvc.SelectListItem" /> objects that are used to populate the drop-down list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9045 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9046 <typeparam name="TProperty">The type of the property.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9047 <exception cref="T:System.ArgumentNullException">The <paramref name="expression" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9048 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9049 <member name="M:System.Web.Mvc.Html.SelectExtensions.ListBoxFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IEnumerable{System.Web.Mvc.SelectListItem},System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9050 <summary>Returns an HTML select element for each property in the object that is represented by the specified expression using the specified list items and HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9051 <returns>An HTML select element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9052 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9053 <param name="expression">An expression that identifies the object that contains the properties to display.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9054 <param name="selectList">A collection of <see cref="T:System.Web.Mvc.SelectListItem" /> objects that are used to populate the drop-down list.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9055 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9056 <typeparam name="TProperty">The type of the property.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9057 <exception cref="T:System.ArgumentNullException">The <paramref name="expression" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9058 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9059 <member name="T:System.Web.Mvc.Html.TextAreaExtensions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9060 <summary>Represents support for HTML textarea controls.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9061 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9062 <member name="M:System.Web.Mvc.Html.TextAreaExtensions.TextArea(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9063 <summary>Returns the specified textarea element by using the specified HTML helper and the name of the form field.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9064 <returns>The textarea element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9065 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9066 <param name="name">The name of the form field to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9067 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9068 <member name="M:System.Web.Mvc.Html.TextAreaExtensions.TextArea(System.Web.Mvc.HtmlHelper,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9069 <summary>Returns the specified textarea element by using the specified HTML helper, the name of the form field, and the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9070 <returns>The textarea element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9071 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9072 <param name="name">The name of the form field to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9073 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9074 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9075 <member name="M:System.Web.Mvc.Html.TextAreaExtensions.TextArea(System.Web.Mvc.HtmlHelper,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9076 <summary>Returns the specified textarea element by using the specified HTML helper and HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9077 <returns>The textarea element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9078 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9079 <param name="name">The name of the form field to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9080 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9081 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9082 <member name="M:System.Web.Mvc.Html.TextAreaExtensions.TextArea(System.Web.Mvc.HtmlHelper,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9083 <summary>Returns the specified textarea element by using the specified HTML helper, the name of the form field, and the text content.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9084 <returns>The textarea element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9085 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9086 <param name="name">The name of the form field to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9087 <param name="value">The text content.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9088 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9089 <member name="M:System.Web.Mvc.Html.TextAreaExtensions.TextArea(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9090 <summary>Returns the specified textarea element by using the specified HTML helper, the name of the form field, the text content, and the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9091 <returns>The textarea element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9092 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9093 <param name="name">The name of the form field to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9094 <param name="value">The text content.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9095 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9096 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9097 <member name="M:System.Web.Mvc.Html.TextAreaExtensions.TextArea(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Int32,System.Int32,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9098 <summary>Returns the specified textarea element by using the specified HTML helper, the name of the form field, the text content, the number of rows and columns, and the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9099 <returns>The textarea element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9100 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9101 <param name="name">The name of the form field to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9102 <param name="value">The text content.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9103 <param name="rows">The number of rows.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9104 <param name="columns">The number of columns.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9105 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9106 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9107 <member name="M:System.Web.Mvc.Html.TextAreaExtensions.TextArea(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Int32,System.Int32,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9108 <summary>Returns the specified textarea element by using the specified HTML helper, the name of the form field, the text content, the number of rows and columns, and the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9109 <returns>The textarea element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9110 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9111 <param name="name">The name of the form field to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9112 <param name="value">The text content.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9113 <param name="rows">The number of rows.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9114 <param name="columns">The number of columns.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9115 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9116 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9117 <member name="M:System.Web.Mvc.Html.TextAreaExtensions.TextArea(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9118 <summary>Returns the specified textarea element by using the specified HTML helper, the name of the form field, the text content, and the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9119 <returns>The textarea element.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9120 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9121 <param name="name">The name of the form field to return.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9122 <param name="value">The text content.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9123 <param name="htmlAttributes">An object that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9124 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9125 <member name="M:System.Web.Mvc.Html.TextAreaExtensions.TextAreaFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9126 <summary>Returns an HTML textarea element for each property in the object that is represented by the specified expression.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9127 <returns>An HTML textarea element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9128 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9129 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9130 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9131 <typeparam name="TProperty">The type of the property.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9132 <exception cref="T:System.ArgumentNullException">The <paramref name="expression" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9133 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9134 <member name="M:System.Web.Mvc.Html.TextAreaExtensions.TextAreaFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9135 <summary>Returns an HTML textarea element for each property in the object that is represented by the specified expression using the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9136 <returns>An HTML textarea element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9137 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9138 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9139 <param name="htmlAttributes">A dictionary that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9140 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9141 <typeparam name="TProperty">The type of the property.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9142 <exception cref="T:System.ArgumentNullException">The <paramref name="expression" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9143 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9144 <member name="M:System.Web.Mvc.Html.TextAreaExtensions.TextAreaFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Int32,System.Int32,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9145 <summary>Returns an HTML textarea element for each property in the object that is represented by the specified expression using the specified HTML attributes and the number of rows and columns.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9146 <returns>An HTML textarea element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9147 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9148 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9149 <param name="rows">The number of rows.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9150 <param name="columns">The number of columns.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9151 <param name="htmlAttributes">A dictionary that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9152 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9153 <typeparam name="TProperty">The type of the property.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9154 <exception cref="T:System.ArgumentNullException">The <paramref name="expression" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9155 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9156 <member name="M:System.Web.Mvc.Html.TextAreaExtensions.TextAreaFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Int32,System.Int32,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9157 <summary>Returns an HTML textarea element for each property in the object that is represented by the specified expression using the specified HTML attributes and the number of rows and columns.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9158 <returns>An HTML textarea element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9159 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9160 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9161 <param name="rows">The number of rows.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9162 <param name="columns">The number of columns.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9163 <param name="htmlAttributes">A dictionary that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9164 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9165 <typeparam name="TProperty">The type of the property.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9166 <exception cref="T:System.ArgumentNullException">The <paramref name="expression" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9167 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9168 <member name="M:System.Web.Mvc.Html.TextAreaExtensions.TextAreaFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9169 <summary>Returns an HTML textarea element for each property in the object that is represented by the specified expression using the specified HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9170 <returns>An HTML textarea element for each property in the object that is represented by the expression.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9171 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9172 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9173 <param name="htmlAttributes">A dictionary that contains the HTML attributes to set for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9174 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9175 <typeparam name="TProperty">The type of the property.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9176 <exception cref="T:System.ArgumentNullException">The <paramref name="expression" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9177 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9178 <member name="T:System.Web.Mvc.Html.ValidationExtensions"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9179 <summary>Provides support for validating the input from an HTML form.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9180 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9181 <member name="P:System.Web.Mvc.Html.ValidationExtensions.ResourceClassKey"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9182 <summary>Gets or sets the name of the resource file (class key) that contains localized string values.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9183 <returns>The name of the resource file (class key).</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9184 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9185 <member name="M:System.Web.Mvc.Html.ValidationExtensions.Validate(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9186 <summary>Retrieves the validation metadata for the specified model and applies each rule to the data field.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9187 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9188 <param name="modelName">The name of the property or model object that is being validated.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9189 <exception cref="T:System.ArgumentNullException">The <paramref name="modelName" /> parameter is null.</exception> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9190 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9191 <member name="M:System.Web.Mvc.Html.ValidationExtensions.ValidateFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9192 <summary>Retrieves the validation metadata for the specified model and applies each rule to the data field.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9193 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9194 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9195 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9196 <typeparam name="TProperty">The type of the property.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9197 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9198 <member name="M:System.Web.Mvc.Html.ValidationExtensions.ValidationMessage(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9199 <summary>Displays a validation message if an error exists for the specified field in the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9200 <returns>If the property or object is valid, an empty string; otherwise, a span element that contains an error message.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9201 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9202 <param name="modelName">The name of the property or model object that is being validated.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9203 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9204 <member name="M:System.Web.Mvc.Html.ValidationExtensions.ValidationMessage(System.Web.Mvc.HtmlHelper,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9205 <summary>Displays a validation message if an error exists for the specified field in the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9206 <returns>If the property or object is valid, an empty string; otherwise, a span element that contains an error message.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9207 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9208 <param name="modelName">The name of the property or model object that is being validated.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9209 <param name="htmlAttributes">An object that contains the HTML attributes for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9210 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9211 <member name="M:System.Web.Mvc.Html.ValidationExtensions.ValidationMessage(System.Web.Mvc.HtmlHelper,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9212 <summary>Displays a validation message if an error exists for the specified field in the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9213 <returns>If the property or object is valid, an empty string; otherwise, a span element that contains an error message.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9214 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9215 <param name="modelName">The name of the property or model object that is being validated.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9216 <param name="htmlAttributes">An object that contains the HTML attributes for the element. </param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9217 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9218 <member name="M:System.Web.Mvc.Html.ValidationExtensions.ValidationMessage(System.Web.Mvc.HtmlHelper,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9219 <summary>Displays a validation message if an error exists for the specified field in the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9220 <returns>If the property or object is valid, an empty string; otherwise, a span element that contains an error message.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9221 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9222 <param name="modelName">The name of the property or model object that is being validated.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9223 <param name="validationMessage">The message to display if the specified field contains an error.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9224 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9225 <member name="M:System.Web.Mvc.Html.ValidationExtensions.ValidationMessage(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9226 <summary>Displays a validation message if an error exists for the specified field in the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9227 <returns>If the property or object is valid, an empty string; otherwise, a span element that contains an error message.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9228 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9229 <param name="modelName">The name of the property or model object that is being validated.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9230 <param name="validationMessage">The message to display if the specified field contains an error.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9231 <param name="htmlAttributes">An object that contains the HTML attributes for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9232 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9233 <member name="M:System.Web.Mvc.Html.ValidationExtensions.ValidationMessage(System.Web.Mvc.HtmlHelper,System.String,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9234 <summary>Displays a validation message if an error exists for the specified field in the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9235 <returns>If the property or object is valid, an empty string; otherwise, a span element that contains an error message.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9236 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9237 <param name="modelName">The name of the property or model object that is being validated.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9238 <param name="validationMessage">The message to display if the specified field contains an error.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9239 <param name="htmlAttributes">An object that contains the HTML attributes for the element. </param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9240 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9241 <member name="M:System.Web.Mvc.Html.ValidationExtensions.ValidationMessageFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9242 <summary>Returns the HTML markup for a validation-error message for each data field that is represented by the specified expression.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9243 <returns>If the property or object is valid, an empty string; otherwise, a span element that contains an error message.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9244 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9245 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9246 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9247 <typeparam name="TProperty">The type of the property.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9248 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9249 <member name="M:System.Web.Mvc.Html.ValidationExtensions.ValidationMessageFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9250 <summary>Returns the HTML markup for a validation-error message for each data field that is represented by the specified expression, using the specified message.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9251 <returns>If the property or object is valid, an empty string; otherwise, a span element that contains an error message.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9252 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9253 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9254 <param name="validationMessage">The message to display if the specified field contains an error.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9255 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9256 <typeparam name="TProperty">The type of the property.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9257 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9258 <member name="M:System.Web.Mvc.Html.ValidationExtensions.ValidationMessageFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9259 <summary>Returns the HTML markup for a validation-error message for each data field that is represented by the specified expression, using the specified message and HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9260 <returns>If the property or object is valid, an empty string; otherwise, a span element that contains an error message.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9261 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9262 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9263 <param name="validationMessage">The message to display if the specified field contains an error.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9264 <param name="htmlAttributes">An object that contains the HTML attributes for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9265 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9266 <typeparam name="TProperty">The type of the property.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9267 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9268 <member name="M:System.Web.Mvc.Html.ValidationExtensions.ValidationMessageFor``2(System.Web.Mvc.HtmlHelper{``0},System.Linq.Expressions.Expression{System.Func{``0,``1}},System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9269 <summary>Returns the HTML markup for a validation-error message for each data field that is represented by the specified expression, using the specified message and HTML attributes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9270 <returns>If the property or object is valid, an empty string; otherwise, a span element that contains an error message.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9271 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9272 <param name="expression">An expression that identifies the object that contains the properties to render.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9273 <param name="validationMessage">The message to display if the specified field contains an error.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9274 <param name="htmlAttributes">An object that contains the HTML attributes for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9275 <typeparam name="TModel">The type of the model.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9276 <typeparam name="TProperty">The type of the property.</typeparam> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9277 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9278 <member name="M:System.Web.Mvc.Html.ValidationExtensions.ValidationSummary(System.Web.Mvc.HtmlHelper)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9279 <summary>Returns an unordered list (ul element) of validation messages that are in the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9280 <returns>A string that contains an unordered list (ul element) of validation messages.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9281 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9282 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9283 <member name="M:System.Web.Mvc.Html.ValidationExtensions.ValidationSummary(System.Web.Mvc.HtmlHelper,System.Boolean)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9284 <summary>Returns an unordered list (ul element) of validation messages that are in the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object and optionally displays only model-level errors.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9285 <returns>A string that contains an unordered list (ul element) of validation messages.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9286 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9287 <param name="excludePropertyErrors">true to have the summary display model-level errors only, or false to have the summary display all errors.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9288 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9289 <member name="M:System.Web.Mvc.Html.ValidationExtensions.ValidationSummary(System.Web.Mvc.HtmlHelper,System.Boolean,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9290 <summary>Returns an unordered list (ul element) of validation messages that are in the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object and optionally displays only model-level errors.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9291 <returns>A string that contains an unordered list (ul element) of validation messages.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9292 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9293 <param name="excludePropertyErrors">true to have the summary display model-level errors only, or false to have the summary display all errors.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9294 <param name="message">The message to display with the validation summary.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9295 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9296 <member name="M:System.Web.Mvc.Html.ValidationExtensions.ValidationSummary(System.Web.Mvc.HtmlHelper,System.Boolean,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9297 <summary>Returns an unordered list (ul element) of validation messages that are in the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object and optionally displays only model-level errors.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9298 <returns>A string that contains an unordered list (ul element) of validation messages.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9299 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9300 <param name="excludePropertyErrors">true to have the summary display model-level errors only, or false to have the summary display all errors.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9301 <param name="message">The message to display with the validation summary.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9302 <param name="htmlAttributes">A dictionary that contains the HTML attributes for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9303 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9304 <member name="M:System.Web.Mvc.Html.ValidationExtensions.ValidationSummary(System.Web.Mvc.HtmlHelper,System.Boolean,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9305 <summary>Returns an unordered list (ul element) of validation messages that are in the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object and optionally displays only model-level errors.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9306 <returns>A string that contains an unordered list (ul element) of validation messages.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9307 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9308 <param name="excludePropertyErrors">true to have the summary display model-level errors only, or false to have the summary display all errors.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9309 <param name="message">The message to display with the validation summary.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9310 <param name="htmlAttributes">An object that contains the HTML attributes for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9311 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9312 <member name="M:System.Web.Mvc.Html.ValidationExtensions.ValidationSummary(System.Web.Mvc.HtmlHelper,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9313 <summary>Returns an unordered list (ul element) of validation messages that are in the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9314 <returns>A string that contains an unordered list (ul element) of validation messages.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9315 <param name="htmlHelper">The HMTL helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9316 <param name="message">The message to display if the specified field contains an error.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9317 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9318 <member name="M:System.Web.Mvc.Html.ValidationExtensions.ValidationSummary(System.Web.Mvc.HtmlHelper,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9319 <summary>Returns an unordered list (ul element) of validation messages that are in the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9320 <returns>A string that contains an unordered list (ul element) of validation messages.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9321 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9322 <param name="message">The message to display if the specified field contains an error.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9323 <param name="htmlAttributes">A dictionary that contains the HTML attributes for the element.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9324 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9325 <member name="M:System.Web.Mvc.Html.ValidationExtensions.ValidationSummary(System.Web.Mvc.HtmlHelper,System.String,System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9326 <summary>Returns an unordered list (ul element) of validation messages in the <see cref="T:System.Web.Mvc.ModelStateDictionary" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9327 <returns>A string that contains an unordered list (ul element) of validation messages.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9328 <param name="htmlHelper">The HTML helper instance that this method extends.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9329 <param name="message">The message to display if the specified field contains an error.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9330 <param name="htmlAttributes">An object that contains the HTML attributes for the element. </param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9331 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9332 <member name="T:System.Web.Mvc.Razor.ModelSpan"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9333 <summary>Provides a model-aware <see cref="T:System.Web.Razor.Parser.SyntaxTree.Span" /> class for ASP.NET MVC.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9334 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9335 <member name="M:System.Web.Mvc.Razor.ModelSpan.#ctor(System.Web.Razor.Text.SourceLocation,System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9336 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.Razor.ModelSpan" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9337 <param name="start">The start of the span.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9338 <param name="content">The content.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9339 <param name="modelTypeName">The type name of the model.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9340 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9341 <member name="M:System.Web.Mvc.Razor.ModelSpan.Equals(System.Object)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9342 <summary>Gets a value that indicates whether the current <see cref="T:System.Web.Mvc.Razor.ModelSpan" /> object is identical to the specified object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9343 <returns>true if the current <see cref="T:System.Web.Mvc.Razor.ModelSpan" /> object is identical to the specified object; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9344 <param name="obj">The model span object.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9345 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9346 <member name="M:System.Web.Mvc.Razor.ModelSpan.GetHashCode"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9347 <summary>Returns the hash code of the <see cref="T:System.Web.Mvc.Razor.ModelSpan" /> object.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9348 <returns>The hash code of the <see cref="T:System.Web.Mvc.Razor.ModelSpan" /> object.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9349 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9350 <member name="P:System.Web.Mvc.Razor.ModelSpan.ModelTypeName"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9351 <summary>Gets the type name of the model.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9352 <returns>The type name of the model.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9353 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9354 <member name="T:System.Web.Mvc.Razor.MvcCSharpRazorCodeGenerator"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9355 <summary>Compiles ASP.NET Razor views into classes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9356 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9357 <member name="M:System.Web.Mvc.Razor.MvcCSharpRazorCodeGenerator.#ctor(System.String,System.String,System.String,System.Web.Razor.RazorEngineHost)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9358 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.Razor.MvcCSharpRazorCodeGenerator" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9359 <param name="className">The class name.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9360 <param name="rootNamespaceName">The root namespace.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9361 <param name="sourceFileName">The name of the source file.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9362 <param name="host">The ASP.NET Razor engine host.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9363 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9364 <member name="M:System.Web.Mvc.Razor.MvcCSharpRazorCodeGenerator.TryVisitSpecialSpan(System.Web.Razor.Parser.SyntaxTree.Span)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9365 <summary>Returns a value that indicates whether the specified model span is an instance of <see cref="T:System.Web.Mvc.Razor.ModelSpan" />.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9366 <returns>true if the value of the <paramref name="span" /> parameter is an instance of <see cref="T:System.Web.Mvc.Razor.ModelSpan" />; otherwise, false.</returns> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9367 <param name="span">The model span.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9368 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9369 <member name="T:System.Web.Mvc.Razor.MvcCSharpRazorCodeParser"></member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9370 <member name="M:System.Web.Mvc.Razor.MvcCSharpRazorCodeParser.#ctor"></member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9371 <member name="M:System.Web.Mvc.Razor.MvcCSharpRazorCodeParser.ParseInheritsStatement(System.Web.Razor.Parser.CodeBlockInfo)"></member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9372 <member name="T:System.Web.Mvc.Razor.MvcVBRazorCodeGenerator"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9373 <summary>Compiles ASP.NET Razor views into classes.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9374 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9375 <member name="M:System.Web.Mvc.Razor.MvcVBRazorCodeGenerator.#ctor(System.String,System.String,System.String,System.Web.Razor.RazorEngineHost)"></member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9376 <member name="M:System.Web.Mvc.Razor.MvcVBRazorCodeGenerator.TryVisitSpecialSpan(System.Web.Razor.Parser.SyntaxTree.Span)"></member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9377 <member name="T:System.Web.Mvc.Razor.MvcVBRazorCodeParser"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9378 <summary>Extends the VBCodeParser class by adding support for the @model keyword.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9379 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9380 <member name="M:System.Web.Mvc.Razor.MvcVBRazorCodeParser.#ctor"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9381 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.Razor.MvcVBRazorCodeParser" /> class.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9382 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9383 <member name="M:System.Web.Mvc.Razor.MvcVBRazorCodeParser.ParseInheritsStatement(System.Web.Razor.Parser.CodeBlockInfo)"></member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9384 <member name="T:System.Web.Mvc.Razor.MvcWebPageRazorHost"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9385 <summary>Configures the ASP.NET Razor parser and code generator for a specified file.</summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9386 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9387 <member name="M:System.Web.Mvc.Razor.MvcWebPageRazorHost.#ctor(System.String,System.String)"> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9388 <summary>Initializes a new instance of the <see cref="T:System.Web.Mvc.Razor.MvcWebPageRazorHost" /> class. </summary> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9389 <param name="virtualPath">The virtual path of the ASP.NET Razor file.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9390 <param name="physicalPath">The physical path of the ASP.NET Razor file.</param> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9391 </member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9392 <member name="M:System.Web.Mvc.Razor.MvcWebPageRazorHost.DecorateCodeGenerator(System.Web.Razor.Generator.RazorCodeGenerator)"></member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9393 <member name="M:System.Web.Mvc.Razor.MvcWebPageRazorHost.DecorateCodeParser(System.Web.Razor.Parser.ParserBase)"></member> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9394 </members> |
bbe0f8e16dd7
dll de asp.net mvc & razor en lib y con copy local en true
nelo@MTEySS.neluz.int
parents:
diff
changeset
|
9395 </doc> |