C# Class Simplify.Web.Routing.PathSegment

Provides path segment element
Inheritance: PathItem
Afficher le fichier Open project: i4004/Simplify.Web

Méthodes publiques

Méthode Description
PathSegment ( string name )

Initializes a new instance of the PathSegment class.

Method Details

PathSegment() public méthode

Initializes a new instance of the PathSegment class.
public PathSegment ( string name )
name string The segment name.