







Initializes a new instance of the ObjectForm class.
Namespace:
HttpServer.Helpers
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public ObjectForm( string action, Object obj ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ action As String, _ obj As Object _ ) |
| Visual C++ |
|---|
public: ObjectForm( String^ action, Object^ obj ) |
Parameters
- action
- Type: System..::.String
form action.
- obj
- Type: System..::.Object
object to get values from.
