<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Templates With Razor</title>
	<atom:link href="http://lostechies.com/hugobonacci/2011/07/11/templates-with-razor/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/hugobonacci/2011/07/11/templates-with-razor/</link>
	<description>Designer, Developer, Geek dad</description>
	<lastBuildDate>Sat, 16 Jun 2012 22:55:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: Define something like for in ASP.NET MVC 3 to pass real html &#124; PHP Developer Resource</title>
		<link>http://lostechies.com/hugobonacci/2011/07/11/templates-with-razor/#comment-63</link>
		<dc:creator>Define something like for in ASP.NET MVC 3 to pass real html &#124; PHP Developer Resource</dc:creator>
		<pubDate>Thu, 24 May 2012 06:08:48 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/hugobonacci/?p=8#comment-63</guid>
		<description>[...] can define a custom block like @for in Razor view? I read about @helper here and here also there is a similar question here but @helper method just define html tags at first then when [...]</description>
		<content:encoded><![CDATA[<p>[...] can define a custom block like @for in Razor view? I read about @helper here and here also there is a similar question here but @helper method just define html tags at first then when [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Define something like for in ASP.NET MVC 3 to pass real html</title>
		<link>http://lostechies.com/hugobonacci/2011/07/11/templates-with-razor/#comment-61</link>
		<dc:creator>Define something like for in ASP.NET MVC 3 to pass real html</dc:creator>
		<pubDate>Wed, 07 Mar 2012 15:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/hugobonacci/?p=8#comment-61</guid>
		<description>[...] can define a custom block like @for in Razor view? I read about @helper here and here also there is a similar question here but @helper method just define html tags at first then when [...]</description>
		<content:encoded><![CDATA[<p>[...] can define a custom block like @for in Razor view? I read about @helper here and here also there is a similar question here but @helper method just define html tags at first then when [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo Bonacci</title>
		<link>http://lostechies.com/hugobonacci/2011/07/11/templates-with-razor/#comment-40</link>
		<dc:creator>Hugo Bonacci</dc:creator>
		<pubDate>Thu, 28 Jul 2011 16:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/hugobonacci/?p=8#comment-40</guid>
		<description>Hi Battalie,

You&#039;re able to use the @&lt;tag&gt;CONTENT_HERE&lt;/tag&gt; syntax for the Func&lt;object, object&gt; argument (if that was what you were asking)</description>
		<content:encoded><![CDATA[<p>Hi Battalie,</p>
<p>You&#8217;re able to use the @&lt;tag>CONTENT_HERE&lt;/tag> syntax for the Func&lt;object, object> argument (if that was what you were asking)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hugo Bonacci</title>
		<link>http://lostechies.com/hugobonacci/2011/07/11/templates-with-razor/#comment-39</link>
		<dc:creator>Hugo Bonacci</dc:creator>
		<pubDate>Thu, 28 Jul 2011 16:16:47 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/hugobonacci/?p=8#comment-39</guid>
		<description>The &quot;item&quot; object is the value passed into the &quot;template&quot; provided - why it is named &quot;item&quot; and why intellisense knows about it is a complete mystery to me. :)

The example I used probably would have made more sense if I used something along the lines of logged in versus logged out - Two entirely different templates used in the same place.</description>
		<content:encoded><![CDATA[<p>The &#8220;item&#8221; object is the value passed into the &#8220;template&#8221; provided &#8211; why it is named &#8220;item&#8221; and why intellisense knows about it is a complete mystery to me. <img src='http://lostechies.com/hugobonacci/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The example I used probably would have made more sense if I used something along the lines of logged in versus logged out &#8211; Two entirely different templates used in the same place.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tarig</title>
		<link>http://lostechies.com/hugobonacci/2011/07/11/templates-with-razor/#comment-36</link>
		<dc:creator>tarig</dc:creator>
		<pubDate>Wed, 27 Jul 2011 17:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/hugobonacci/?p=8#comment-36</guid>
		<description>Thanks Hugo, very helpful</description>
		<content:encoded><![CDATA[<p>Thanks Hugo, very helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rais Hussain</title>
		<link>http://lostechies.com/hugobonacci/2011/07/11/templates-with-razor/#comment-35</link>
		<dc:creator>Rais Hussain</dc:creator>
		<pubDate>Wed, 27 Jul 2011 07:16:23 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/hugobonacci/?p=8#comment-35</guid>
		<description>&quot;The helper above passes each User into the correct template. Now, a User can be referenced by using item from within the template.&quot;

Can you tell me where from item object comes?

Can you elaborate the following part?

@helper user_status(IEnumerable users,
  Func online,
  Func offline)

Thanks for sharing informative tip.</description>
		<content:encoded><![CDATA[<p>&#8220;The helper above passes each User into the correct template. Now, a User can be referenced by using item from within the template.&#8221;</p>
<p>Can you tell me where from item object comes?</p>
<p>Can you elaborate the following part?</p>
<p>@helper user_status(IEnumerable users,<br />
  Func online,<br />
  Func offline)</p>
<p>Thanks for sharing informative tip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Battaile Fauber</title>
		<link>http://lostechies.com/hugobonacci/2011/07/11/templates-with-razor/#comment-27</link>
		<dc:creator>Battaile Fauber</dc:creator>
		<pubDate>Fri, 22 Jul 2011 13:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/hugobonacci/?p=8#comment-27</guid>
		<description>Hey Hugo,
This is the conceptual hurdle that I would&#039;ve had in coming up with this approach:
@&lt;strong&gt;User is offline!&lt;/strong&gt;
being able to be used as a Func
...could you elaborate on that at all?</description>
		<content:encoded><![CDATA[<p>Hey Hugo,<br />
This is the conceptual hurdle that I would&#8217;ve had in coming up with this approach:<br />
@&lt;strong>User is offline!&lt;/strong><br />
being able to be used as a Func<br />
&#8230;could you elaborate on that at all?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John mc</title>
		<link>http://lostechies.com/hugobonacci/2011/07/11/templates-with-razor/#comment-17</link>
		<dc:creator>John mc</dc:creator>
		<pubDate>Sun, 17 Jul 2011 23:29:37 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/hugobonacci/?p=8#comment-17</guid>
		<description>Helpful and informative as always Scott, thanks!</description>
		<content:encoded><![CDATA[<p>Helpful and informative as always Scott, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Morning Brew - Chris Alcock &#187; The Morning Brew #892</title>
		<link>http://lostechies.com/hugobonacci/2011/07/11/templates-with-razor/#comment-11</link>
		<dc:creator>The Morning Brew - Chris Alcock &#187; The Morning Brew #892</dc:creator>
		<pubDate>Tue, 12 Jul 2011 13:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://lostechies.com/hugobonacci/?p=8#comment-11</guid>
		<description>[...] Templates With Razor - Hugo Bonacci discusses the use of @helper in your Razor Views to create reusable display methods and templates for use across your web applications. [...]</description>
		<content:encoded><![CDATA[<p>[...] Templates With Razor &#8211; Hugo Bonacci discusses the use of @helper in your Razor Views to create reusable display methods and templates for use across your web applications. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
