







Ajax requests that updates an element with
the fetched content
Namespace:
HttpServer.Helpers.Implementations
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public override string AjaxUpdater( string url, string targetId, params string[] options ) |
| Visual Basic (Declaration) |
|---|
Public Overrides Function AjaxUpdater ( _ url As String, _ targetId As String, _ ParamArray options As String() _ ) As String |
| Visual C++ |
|---|
public: virtual String^ AjaxUpdater( String^ url, String^ targetId, ... array<String^>^ options ) override |
Parameters
- url
- Type: System..::.String
Url to fetch content from
- targetId
- Type: System..::.String
element to update
- options
- Type: array<
System..::.String
>[]()[]
options in format "key, value, key, value"
