Rendering a web page to a texture (alternatives to uWebKit)

Does anyone know of any good alternatives to uWebKit? I am using Unity Pro, and I need to render a web page to a texture in a Windows Application. I feel that the price tag for uWebKit is too high.

Native XAML webview could work if you don’t mind it being not crossplatform.

I haven’t tried it myself, but Awesomium is free if your application’s revenue is less than US$100,000, and they do have a Unity plug-in.

Thanks guys. I will check these out.