<?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>.net seo friendly url Archives - Pritam&#039;s Blog</title>
	<atom:link href="https://www.pritambaldota.com/tag/net-seo-friendly-url/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.pritambaldota.com/tag/net-seo-friendly-url/</link>
	<description>cloud technology, enterprise architecture</description>
	<lastBuildDate>Tue, 23 Jun 2009 07:08:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Generate Page URL Name for CMS, Blogs Application</title>
		<link>https://www.pritambaldota.com/generate-page-url-name-for-cms-blogs-application/</link>
					<comments>https://www.pritambaldota.com/generate-page-url-name-for-cms-blogs-application/#respond</comments>
		
		<dc:creator><![CDATA[Pritam Baldota]]></dc:creator>
		<pubDate>Tue, 23 Jun 2009 07:08:00 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[ASP.Net]]></category>
		<category><![CDATA[.net seo friendly url]]></category>
		<category><![CDATA[page url for cms]]></category>
		<category><![CDATA[page url generation for blog]]></category>
		<category><![CDATA[pritam baldota]]></category>
		<category><![CDATA[seo friendly url]]></category>
		<category><![CDATA[seo friendly url for websites]]></category>
		<category><![CDATA[tyamjoli]]></category>
		<guid isPermaLink="false">/post/2009/03/31/Generate-Page-URL-Name-for-CMS-Blogs-Application.aspx</guid>

					<description><![CDATA[<p>Hi All, To give the Name to the Page can be handeled by many ways like Using GUID (Issue- Cant identify exactly while browsing through&#8230;</p>
<p>The post <a href="https://www.pritambaldota.com/generate-page-url-name-for-cms-blogs-application/">Generate Page URL Name for CMS, Blogs Application</a> appeared first on <a href="https://www.pritambaldota.com">Pritam&#039;s Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Hi All,</p>
<p>To give the Name to the Page can be handeled by many ways like</p>
<p><strong>Using GUID</strong> (Issue- Cant identify exactly while browsing through pages)<br />
<strong>Using Session</strong> (Issue-Same as above)<br />
<strong>Using Page Title</strong> provided in Text Field (We will see this)<br />
We are going to implement the scenario 3. We will first see what are our constraints for page url name.</p>
<p>It should be only Alphanumeric enabled like &#8211; About-Us.aspx<br />
No other character should include in the page name like &#8211; %,@,$ etc<br />
Its just about Regular Expression to identify the alphanumeric characters. The reqular expression is in System.Text.RegularExpressions namespace.</p>
<p class="code">Regex.Replace(strInput, &#8220;[^\\w]&#8221;, &#8220;&#8221;);</p>
<p>If you give the page Title to &#8211; About % US #$ output will be AboutUs.aspx</p>
<p>Happy Coding <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>The post <a href="https://www.pritambaldota.com/generate-page-url-name-for-cms-blogs-application/">Generate Page URL Name for CMS, Blogs Application</a> appeared first on <a href="https://www.pritambaldota.com">Pritam&#039;s Blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.pritambaldota.com/generate-page-url-name-for-cms-blogs-application/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
