All pages
Powered by GitBook
1 of 1

Loading...

WisejResourcesAttribute

Wisej.Core.WisejResourcesAttribute

Namespace: Wisej.Core

Assembly: Wisej.Framework (2.5.0.0)

Enables automatic resource loading form the assembly.

public class WisejResourcesAttribute : Attribute
Public Class WisejResourcesAttribute
    Inherits Attribute

Constructors

WisejResourcesAttribute()

Initializes a new instance of .

WisejResourcesAttribute(ExcludeList)

Initializes a new instance of using the initialization arguments.

Name
Type
Description

WisejResourcesAttribute(ExcludeList, RootName)

Initializes a new instance of using the initialization arguments.

Name
Type
Description

Properties

ExcludeList

: List of embedded resource files that are excluded from the bundled js and css in wisej.js and wisej.css.

RootName

: Default namespace name, or root name of the embedded resources.

Methods

GetAttribute(assembly)

Returns the assigned to the specified assembly .

Parameter
Type
Description

Returns: . The instance of the assigned to the assembly or null.

ExcludeList

String

List of resource files to exclude.

ExcludeList

String

List of resource files to exclude.

RootName

String

Default namespace. If left null, it uses the assembly name.

assembly

Assembly

The assembly for which to retrieve the WisejResourcesAttribute.

WisejResourcesAttribute
WisejResourcesAttribute
WisejResourcesAttribute
String
String
WisejResourcesAttribute
WisejResourcesAttribute
WisejResourcesAttribute