C# 클래스 Simplify.Web.Routing.PathSegment

Provides path segment element
상속: PathItem
파일 보기 프로젝트 열기: i4004/Simplify.Web

공개 메소드들

메소드 설명
PathSegment ( string name )

Initializes a new instance of the PathSegment class.

메소드 상세

PathSegment() 공개 메소드

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