<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ankit Mendapara &#187; ApplicationPath</title>
	<atom:link href="http://www.avmendapara.com/index.php/tag/applicationpath/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.avmendapara.com</link>
	<description>The I.T. Man</description>
	<lastBuildDate>Mon, 28 Dec 2009 18:00:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Request Object of ASP .NET related to Paths</title>
		<link>http://www.avmendapara.com/index.php/net-control-codes/request-object-of-asp-net-related-to-paths/</link>
		<comments>http://www.avmendapara.com/index.php/net-control-codes/request-object-of-asp-net-related-to-paths/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 17:37:28 +0000</pubDate>
		<dc:creator>Ankit</dc:creator>
				<category><![CDATA[.Net control Codes]]></category>
		<category><![CDATA[Latest Technology]]></category>
		<category><![CDATA[Paths In ASP .NET]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[.NET 3.5]]></category>
		<category><![CDATA[.net code]]></category>
		<category><![CDATA[.NET Framework 3.5]]></category>
		<category><![CDATA[ApplicationPath]]></category>
		<category><![CDATA[AppRelativeCurrentExecutionFilePath]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[asp.net code]]></category>
		<category><![CDATA[Control.TemplateSourceDirectory]]></category>
		<category><![CDATA[CurrentExecutionFilePath]]></category>
		<category><![CDATA[FilePath]]></category>
		<category><![CDATA[Logical Path]]></category>
		<category><![CDATA[Path]]></category>
		<category><![CDATA[PathInfo]]></category>
		<category><![CDATA[Physical Path]]></category>
		<category><![CDATA[PhysicalApplicationPath]]></category>
		<category><![CDATA[PhysicalPath]]></category>
		<category><![CDATA[RawUrl]]></category>
		<category><![CDATA[Request Property]]></category>
		<category><![CDATA[Url]]></category>
		<category><![CDATA[UrlReferrer]]></category>
		<category><![CDATA[Virtual Path]]></category>

		<guid isPermaLink="false">http://www.avmendapara.com/?p=841</guid>
		<description><![CDATA[Request Object Here&#8217;s a list of the Path related properties on the Request object (and the Page object). Assume a path like http://www.avmendapara.com/wallpaper/admin/paths.aspx for the paths below where webstore is the name of the virtual. here property of request object given ApplicationPath : Returns the web root-relative logical path to the virtual root of this [...]]]></description>
			<content:encoded><![CDATA[<h3>Request Object</h3>
<p>Here&#8217;s a list of the Path related properties on the Request object (and the Page object). Assume a path like <em>http://www.avmendapara.com/wallpaper/admin/paths.aspx</em> for the paths below where webstore is the name of the virtual.</p>
<p>here property of request object given</p>
<h3>ApplicationPath :</h3>
<p style="padding-left: 30px;">Returns the web root-relative logical path to the <em>virtual root</em> of this app. /wallpaper/</p>
<h3>PhysicalApplicationPath :</h3>
<p style="padding-left: 30px;">Returns local file system path of the virtual root for this app.<br />
c:\inetpub\wwwroot\wallpaper</p>
<h3>PhysicalPath</h3>
<p style="padding-left: 30px;">Returns the local file system path to the current script or path.<br />
c:\inetpub\wwwroot\wallpaper\admin\paths.aspx</p>
<h3>CurrentExecutionFilePath FilePath Path</h3>
<p style="padding-left: 30px;">All of these return the full root relative logical path to the script page including path and scriptname. /wallpaper/admin/paths.aspx</p>
<h3>AppRelativeCurrentExecutionFilePath</h3>
<p style="padding-left: 30px;">Returns an ASP.NET root relative virtual path to the script or path<br />
~/admin/paths.aspx</p>
<h3>PathInfo</h3>
<p style="padding-left: 30px;">Returns any extra path following the script name. If no extra path is provided returns the root-relative path (returns text in red below). string.Empty if no PathInfo is available.<br />
/wallpaper/admin/paths.aspx/ExtraPathInfo</p>
<h3>RawUrl</h3>
<p style="padding-left: 30px;">Returns the full root relative relative URL including querystring and extra path as a string. /wallpaper/admin/paths.aspx?sku=wwhelp40</p>
<h3>Url</h3>
<p style="padding-left: 30px;">Returns a fully qualified URL including querystring and extra path. Note this is a Uri instance rather than string. http://www.avmendapara.com/wallpaper/admin/paths.aspx?sku=wwhelp40</p>
<h3>UrlReferrer</h3>
<p style="padding-left: 30px;">The fully qualified URL of the page that sent the request. This is also a Uri instance and this value is null if the page was directly accessed by typing into the address bar or using an HttpClient. Based Referrer client Http header. http://www.avmendapara.com/wallpaper/default.aspx?Info</p>
<h3>Control.TemplateSourceDirectory</h3>
<p style="padding-left: 30px;">Returns the logical path to the folder of the page, master or user control on which it is called. This is useful if you need to know the path only to a Page or control from within the control. For non-file controls this returns the Page path. /wallpaper/admin/</p>
<p>As you can see there</p>
]]></content:encoded>
			<wfw:commentRss>http://www.avmendapara.com/index.php/net-control-codes/request-object-of-asp-net-related-to-paths/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
