Embedded Resources
WisejResources Attribute
using Wisej.Core;
[assembly: WisejResources]
// or
[assembly: WisejResources(ExcludeList: "file1.js, file2.css")]
// or
[assembly: WisejResources(RootName: "MyApp.Resources.")]<Assembly: Wisej.Core.WisejResources()>
' or
<Assembly: Wisej.Core.WisejResources("file1.js, file2.css")>
' or
<Assembly: Wisej.Core.WisejResources("", "MyApp.Resources.")>Resources & Platform Folders
Bundling and Minification
Themes Folder
Embedded Resource URL
Allowed Resource Types
Overriding Embedded Resources
Last updated
Was this helpful?

