C# Class JwtWebApi.Areas.HelpPage.ApiDescriptionExtensions

Afficher le fichier Open project: stewartm83/Jwt-WebApi

Méthodes publiques

Méthode Description
GetFriendlyId ( this description ) : string

Generates an URI-friendly ID for the ApiDescription. E.g. "Get-Values-id_name" instead of "GetValues/{id}?name={name}"

Method Details

GetFriendlyId() public static méthode

Generates an URI-friendly ID for the ApiDescription. E.g. "Get-Values-id_name" instead of "GetValues/{id}?name={name}"
public static GetFriendlyId ( this description ) : string
description this The .
Résultat string