Item Property

HttpServer.dll

Fetch an item from the form or querystring (in that order).

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public HttpInputItem this[
	string name
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	name As String _
) As HttpInputItem
Visual C++
public:
virtual property HttpInputItem^ default[String^ name] {
	HttpInputItem^ get (String^ name) sealed;
}

Parameters

name
Type: System..::.String

Return Value

Item if found; otherwise HttpInputItem.EmptyLanguageNode

Implements

HttpInputBase..::.Item[([(String])])

See Also