C# Class System.Web.WebPages.WebPageRoute

Show file Open project: drivenet/aspnetwebstack

Private Properties

Property Type Description
DoPostResolveRequestCache void
FileExists bool
GetRouteLevelMatch string
GetWebPageMatch System.Web.WebPages.WebPageMatch
MatchDefaultFiles System.Web.WebPages.WebPageMatch
MatchRequest System.Web.WebPages.WebPageMatch

Private Methods

Method Description
DoPostResolveRequestCache ( HttpContextBase context ) : void
FileExists ( string virtualPath, bool>.Func virtualPathExists ) : bool
GetRouteLevelMatch ( string pathValue, string supportedExtensions, bool>.Func virtualPathExists, HttpContextBase context, System.Web.WebPages.DisplayModeProvider displayModeProvider ) : string
GetWebPageMatch ( HttpContextBase context ) : System.Web.WebPages.WebPageMatch
MatchDefaultFiles ( string pathValue, string supportedExtensions, bool>.Func virtualPathExists, HttpContextBase context, System.Web.WebPages.DisplayModeProvider displayModes, string currentLevel ) : System.Web.WebPages.WebPageMatch
MatchRequest ( string pathValue, string supportedExtensions, bool>.Func virtualPathExists, HttpContextBase context, System.Web.WebPages.DisplayModeProvider displayModes ) : System.Web.WebPages.WebPageMatch