







![]() ![]() |
C# Webserver |
TemplateArguments..::.Update Method (TemplateArguments) |
TemplateArguments Class See Also Send Feedback |
A function that merges two argument holders updating and adding values
Namespace:
HttpServer.Rendering
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public void Update( TemplateArguments arguments ) |
Visual Basic (Declaration) |
---|
Public Sub Update ( _ arguments As TemplateArguments _ ) |
Visual C++ |
---|
public: void Update( TemplateArguments^ arguments ) |
Parameters
- arguments
- Type: HttpServer.Rendering..::.TemplateArguments
[Missing <param name="arguments"/> documentation for "M:HttpServer.Rendering.TemplateArguments.Update(HttpServer.Rendering.TemplateArguments)"]
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentNullException | If arguments is null |