C# Class Simplify.Web.Routing.PathParameter

Provides path parameter element
Inheritance: PathItem
Afficher le fichier Open project: i4004/Simplify.Web Class Usage Examples

Méthodes publiques

Méthode Description
PathParameter ( string name, Type type ) : System

Initializes a new instance of the PathParameter class.

Method Details

PathParameter() public méthode

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.
Résultat System