C# 클래스 CQRSMicroservices.Web.Middleware.Extensions

파일 보기 프로젝트 열기: AFASResearch/CQRS-Playground

공개 메소드들

메소드 설명
GetExtension ( this pathString ) : string

Gets the extension of a path string without the . (so: NewPerson.command will return "command")

메소드 상세

GetExtension() 공개 정적인 메소드

Gets the extension of a path string without the . (so: NewPerson.command will return "command")
public static GetExtension ( this pathString ) : string
pathString this The path string.
리턴 string