Project Description
ASP.NET Wowhead WebControls makes it easier for web developer to include content offered by
Wowhead.
This library contains these web controls:
Links
- ItemLink: this control allows you to create a link to a World of Warcraft item given the ID. While hovering the link, a summary of the item will be shown.
<wowhead:ItemLink ID="itemLink" runat="server" ItemID="37169" />
3D Models
- ModelViewer: this control allows you to create a 3D model wearing whatever item you want.
<wowhead:ModelViewer id="modelViewer" runat="server" Race="BloodElf" Gender="Female" />
- CharacterModelViewer: this control allows you to create a 3D model of a character using the data present in the Armory
<wowhead:CharacterModelViewer ID="characterModelViewer" runat="server"
Region="Europe" Realm="Magtheridon" Name="Kungen" />
Thanks to Wowhead