Show / Hide Table of Contents

Class StylesheetOption

Represent an application specific stylesheet that is used to modify the look and feel of the application.

Inheritance
Object
StylesheetOption
Inherited Members
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity.UI
Assembly: IRM.AspNetCore.Identity.UI.dll
Syntax
public class StylesheetOption

Constructors

StylesheetOption()

Constructs a new instance of StylesheetOption.

Declaration
public StylesheetOption()

StylesheetOption(String)

Constructs a new instance of StylesheetOption.

Declaration
public StylesheetOption(string developmentPath)
Parameters
String developmentPath

The path to a stylesheet used when running in development mode. Will set minified version to the NonDevelopmentPath.

Properties

AppendVersion

Gets or sets if a version should be appended when not running in development.

Declaration
public bool AppendVersion { get; set; }
Property Value
Boolean

DevelopmentPath

Gets or sets the path to a stylesheet used when running in development mode.

Declaration
public string DevelopmentPath { get; set; }
Property Value
String

NonDevelopmentPath

Gets or sets the path to a stylesheet used when not running in development mode.

Declaration
public string NonDevelopmentPath { get; set; }
Property Value
String

Back to top Generated by DocFX