C# Class AW.Webapi.Sample.Areas.HelpPage.ApiDescriptionExtensions

Show file Open project: xBoo/AlipayandWepay-NET-SDK

Public Methods

Method 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 method

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 .
return string