C# Class Simplify.Web.Routing.PathItem

Provides path items base class
Afficher le fichier Open project: i4004/Simplify.Web

Méthodes protégées

Méthode Description
PathItem ( string name )

Initializes a new instance of the PathItem class.

Method Details

PathItem() protected méthode

Initializes a new instance of the PathItem class.
protected PathItem ( string name )
name string The name of path item.