C# Class CQRSMicroservices.Web.Middleware.Extensions

Afficher le fichier Open project: AFASResearch/CQRS-Playground

Méthodes publiques

Méthode Description
GetExtension ( this pathString ) : string

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

Method Details

GetExtension() public static méthode

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.
Résultat string