C# Class Simplify.Web.Routing.PathParameter

Provides path parameter element
Inheritance: PathItem
Exibir arquivo Open project: i4004/Simplify.Web Class Usage Examples

Public Methods

Method Description
PathParameter ( string name, Type type ) : System

Initializes a new instance of the PathParameter class.

Method Details

PathParameter() public method

Initializes a new instance of the PathParameter class.
public PathParameter ( string name, Type type ) : System
name string The name of path parameter.
type System.Type The type of path parameter.
return System