C# Class Simplify.Web.Routing.PathSegment

Provides path segment element
Inheritance: PathItem
Exibir arquivo Open project: i4004/Simplify.Web

Public Methods

Method Description
PathSegment ( string name )

Initializes a new instance of the PathSegment class.

Method Details

PathSegment() public method

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