1 write to _absoluteFilePath
System.Web.Mobile (1)
UI\MobileControls\MobilePage.cs (1)
532
_absoluteFilePath
= Response.ApplyAppPathModifier(Context.Request.CurrentExecutionFilePath);
2 references to _absoluteFilePath
System.Web.Mobile (2)
UI\MobileControls\MobilePage.cs (2)
530
if (
_absoluteFilePath
== null && Context != null)
534
return
_absoluteFilePath
;