







Function to make it possible to index out known arguments
Namespace:
HttpServer.Rendering
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public ArgumentContainer this[ string name ] { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Default Property Item ( _ name As String _ ) As ArgumentContainer |
| Visual C++ |
|---|
public: property ArgumentContainer^ default[String^ name] { ArgumentContainer^ get (String^ name); } |
Parameters
- name
- Type: System..::.String
The name of an added argument
