System.Web.WebPages.WebPageRoute.GetWebPageMatch C# (CSharp) Method

GetWebPageMatch() static private method

static private GetWebPageMatch ( HttpContextBase context ) : System.Web.WebPages.WebPageMatch
context HttpContextBase
return System.Web.WebPages.WebPageMatch
        internal static WebPageMatch GetWebPageMatch(HttpContextBase context)
        {
            WebPageMatch webPageMatch = (WebPageMatch)context.Items[typeof(WebPageMatch)];
            return webPageMatch;
        }