







|
| C# Webserver |
| TemplateArguments Constructor (TemplateArguments) |
| TemplateArguments Class See Also Send Feedback |
Initializes the class with all the arguments of the parameter class.
Namespace:
HttpServer.Rendering
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public TemplateArguments( TemplateArguments arguments ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ arguments As TemplateArguments _ ) |
| Visual C++ |
|---|
public: TemplateArguments( TemplateArguments^ arguments ) |
Parameters
- arguments
- Type: HttpServer.Rendering..::.TemplateArguments
Cannot be null
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | If arguments is null |
