How I can get URL of embedded resource(.html) in my app which I can use like a value of WebControl.Source? Or what better way to open embedded resources?
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
Embedded Resources do not have an URL instead the can be referenced with their namespace. Read about how to use embedded Resources:
http://www.codeproject.com/Articles/3089/Understanding-Embedded-Resources-in-Visual-Studio
There are also multiple questions and answers for this on stackoverflow:
How to read embedded resource text file