How to get started
Use the links at the top of this page to download YuiNet.dll and reference it
in your web project.
1. Add the following code to your web.config file after the 'configuration'
tag:
<configSections>
<sectionGroup name="system.web">
<section name="yuiConfig" type="YuiNet.UI.YuiConfigSectionHandler,YuiNet" />
</sectionGroup>
</configSections>
2. Add the following code to the 'system.web' section of your web.config.
<system.web>
<yuiConfig yuiBuildPath="http://yui.yahooapis.com/2.5.2" />
<httpModules>
<add name="YuiModule" type="YuiNet.UI.YuiModule, YuiNet"/>
</httpModules>
</system.web>
3. Annotate the 'body' tag of your pages with the YUI CSS class.
<body class="yui-skin-sam">