Id Property

HttpServer.dll

Id is the third part of the uri path.

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

Syntax

C#
public string Id { get; }
Visual Basic (Declaration)
Public ReadOnly Property Id As String
Visual C++
public:
property String^ Id {
	String^ get ();
}

Remarks

Is extracted as in: /controllername/methodname/id/

string.Empty if not specified.

Examples

See Also