WeavyLoaderOptions Class
- Namespace:
- Weavy.Web.Models
- Assembly:
- Weavy.Web.dll
Configuration options for the Weavy loader script.
public class WeavyLoaderOptions
- Inheritance:
- System.Object → WeavyLoaderOptions
Constructors
Weavy |
Initializes a new instance of the WeavyLoaderOptions class. |
Weavy |
Initializes a new instance of the WeavyLoaderOptions class from the specified options string.
|
Properties
Bundle | Gets or sets a value indicating whether the script should exclude required libs jquery. |
Extended | Include all plugins to use the dock. |
Global | Gets or sets a value for the name of the weavy client outside the loading scope. |
Minified | Gets or sets a value indicating whether the script should be minified or not. |
Methods
Script |
Returns the script url. |
To |
Returns the loader script. |
Weavy |
Returns the loader script. |
Weavy |
Returns the script url. |
Extension Methods
Is |
Gets a value indicating if the specified value has the default value of the generic type. |
Serialize(object) | Serializes an object, or graph of connected objects, to a byte array. |
Serialize |
Serializes an object, or graph of connected objects, to a json string. |
Is |
Determines whether the specified object is valid by evaluating each ValidationAttribute instance that is attached to the object type. |