







|
| C# Webserver |
| TemplateArguments..::.GetArguments Method |
| TemplateArguments Class See Also Send Feedback |
Retrieves the arguments
(Does so now by copying the values to a new array, could be optimized?)
Namespace:
HttpServer.Rendering
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public ArgumentContainer[] GetArguments() |
| Visual Basic (Declaration) |
|---|
Public Function GetArguments As ArgumentContainer() |
| Visual C++ |
|---|
public: array<ArgumentContainer^>^ GetArguments() |
