AjaxHelper<TModel> Methods

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodJavaScriptStringEncode(String^)

Serializes the specified message and returns the resulting JSON-formatted string.(Inherited from AjaxHelper.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubmethodActionLink(String^, String^, AjaxOptions^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodActionLink(String^, String^, Object^, AjaxOptions^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodActionLink(String^, String^, Object^, AjaxOptions^, Object^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodActionLink(String^, String^, RouteValueDictionary^, AjaxOptions^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodActionLink(String^, String^, RouteValueDictionary^, AjaxOptions^, IDictionary<String^, Object^>^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodActionLink(String^, String^, String^, AjaxOptions^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodActionLink(String^, String^, String^, Object^, AjaxOptions^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodActionLink(String^, String^, String^, Object^, AjaxOptions^, Object^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodActionLink(String^, String^, String^, RouteValueDictionary^, AjaxOptions^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodActionLink(String^, String^, String^, RouteValueDictionary^, AjaxOptions^, IDictionary<String^, Object^>^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodActionLink(String^, String^, String^, String^, String^, String^, Object^, AjaxOptions^, Object^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodActionLink(String^, String^, String^, String^, String^, String^, RouteValueDictionary^, AjaxOptions^, IDictionary<String^, Object^>^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodBeginForm(AjaxOptions^)

Overloaded. Writes an opening <form> tag to the response.(Defined by AjaxExtensions.)

System_CAPS_pubmethodBeginForm(String^, AjaxOptions^)

Overloaded. Writes an opening <form> tag to the response.(Defined by AjaxExtensions.)

System_CAPS_pubmethodBeginForm(String^, Object^, AjaxOptions^)

Overloaded. Writes an opening <form> tag to the response.(Defined by AjaxExtensions.)

System_CAPS_pubmethodBeginForm(String^, Object^, AjaxOptions^, Object^)

Overloaded. Writes an opening <form> tag to the response.(Defined by AjaxExtensions.)

System_CAPS_pubmethodBeginForm(String^, RouteValueDictionary^, AjaxOptions^)

Overloaded. Writes an opening <form> tag to the response.(Defined by AjaxExtensions.)

System_CAPS_pubmethodBeginForm(String^, RouteValueDictionary^, AjaxOptions^, IDictionary<String^, Object^>^)

Overloaded. Writes an opening <form> tag to the response. (Defined by AjaxExtensions.)

System_CAPS_pubmethodBeginForm(String^, String^, AjaxOptions^)

Overloaded. Writes an opening <form> tag to the response.(Defined by AjaxExtensions.)

System_CAPS_pubmethodBeginForm(String^, String^, Object^, AjaxOptions^)

Overloaded. Writes an opening <form> tag to the response.(Defined by AjaxExtensions.)

System_CAPS_pubmethodBeginForm(String^, String^, Object^, AjaxOptions^, Object^)

Overloaded. Writes an opening <form> tag to the response.(Defined by AjaxExtensions.)

System_CAPS_pubmethodBeginForm(String^, String^, RouteValueDictionary^, AjaxOptions^)

Overloaded. Writes an opening <form> tag to the response.(Defined by AjaxExtensions.)

System_CAPS_pubmethodBeginForm(String^, String^, RouteValueDictionary^, AjaxOptions^, IDictionary<String^, Object^>^)

Overloaded. Writes an opening <form> tag to the response.(Defined by AjaxExtensions.)

System_CAPS_pubmethodBeginRouteForm(String^, AjaxOptions^)

Overloaded. Writes an opening <form> tag to the response using the specified routing information.(Defined by AjaxExtensions.)

System_CAPS_pubmethodBeginRouteForm(String^, Object^, AjaxOptions^)

Overloaded. Writes an opening <form> tag to the response using the specified routing information.(Defined by AjaxExtensions.)

System_CAPS_pubmethodBeginRouteForm(String^, Object^, AjaxOptions^, Object^)

Overloaded. Writes an opening <form> tag to the response using the specified routing information.(Defined by AjaxExtensions.)

System_CAPS_pubmethodBeginRouteForm(String^, RouteValueDictionary^, AjaxOptions^)

Overloaded. Writes an opening <form> tag to the response using the specified routing information.(Defined by AjaxExtensions.)

System_CAPS_pubmethodBeginRouteForm(String^, RouteValueDictionary^, AjaxOptions^, IDictionary<String^, Object^>^)

Overloaded. Writes an opening <form> tag to the response using the specified routing information.(Defined by AjaxExtensions.)

System_CAPS_pubmethodGlobalizationScript()

Overloaded. Returns an HTML script element that contains a reference to a globalization script that defines the culture information.(Defined by AjaxExtensions.)

System_CAPS_pubmethodGlobalizationScript(CultureInfo^)

Overloaded. Returns an HTML script element that contains a reference to a globalization script that defines the specified culture information.(Defined by AjaxExtensions.)

System_CAPS_pubmethodRouteLink(String^, Object^, AjaxOptions^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodRouteLink(String^, Object^, AjaxOptions^, Object^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodRouteLink(String^, RouteValueDictionary^, AjaxOptions^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodRouteLink(String^, RouteValueDictionary^, AjaxOptions^, IDictionary<String^, Object^>^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodRouteLink(String^, String^, AjaxOptions^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodRouteLink(String^, String^, AjaxOptions^, IDictionary<String^, Object^>^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodRouteLink(String^, String^, AjaxOptions^, Object^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodRouteLink(String^, String^, Object^, AjaxOptions^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodRouteLink(String^, String^, Object^, AjaxOptions^, Object^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodRouteLink(String^, String^, RouteValueDictionary^, AjaxOptions^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodRouteLink(String^, String^, RouteValueDictionary^, AjaxOptions^, IDictionary<String^, Object^>^)

Overloaded. 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.(Defined by AjaxExtensions.)

System_CAPS_pubmethodRouteLink(String^, String^, String^, String^, String^, RouteValueDictionary^, AjaxOptions^, IDictionary<String^, Object^>^)

Overloaded. 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.(Defined by AjaxExtensions.)

Return to top
Show: