Community

Using Helper Methods with ASP.NET Web Matrix Beta 3 5retweet

(Malcolm Sheridan) One of the great features of ASP.NET Web Pages is the ability to create reusable code through Helpers. Helpers are written in either Razor syntax, or even by creating class libraries in C# or VB.NET. Helpers always return IHtmlString, which is HTML encoded string. Helpers can be c

Read More - Register for Free Membership