GetRoutePart() публичный Метод

public GetRoutePart ( Cake.Web.Docs.DocumentedMethod method ) : string
method Cake.Web.Docs.DocumentedMethod
Результат string
Пример #1
0
 private string GetUrl(DocumentedNamespace ns)
 {
     return(_service.GetRoutePart(ns));
 }