示例#1
0
        public static string GetOperationName(this HttpRequestBase request)
        {
            var pathInfo = request.GetLastPathInfo();

            return(GetOperationNameFromLastPathInfo(pathInfo));
        }