C# 클래스 App.Web.Areas.HelpPage.ApiDescriptionExtensions

파일 보기 프로젝트 열기: kriasoft/site-sdk

공개 메소드들

메소드 설명
GetFriendlyId ( this description ) : string

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

메소드 상세

GetFriendlyId() 공개 정적인 메소드

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 .
리턴 string