System.Web.UI.Control.MapPathSecure C# (CSharp) Method

MapPathSecure() protected method

protected MapPathSecure ( string virtualPath ) : string
virtualPath string
return string
		protected string MapPathSecure (string virtualPath)
		{
			string combined = UrlUtils.Combine (TemplateSourceDirectory, virtualPath);
			return Context.Request.MapPath (combined);
		}