C# Class FBC.Northwind.WebUI.Areas.HelpPage.ApiDescriptionExtensions

Afficher le fichier Open project: duncanhunter/WebAPI2-Onion-Architecture-SSW-Style-with-DI-and-UOW

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