Show / Hide Table of Contents

Class StyleSheet

Class containing stylesheet content

Inheritance
System.Object
StyleSheet
Implements
ISource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: BrowseSharp.Style
Assembly: BrowseSharp.dll
Syntax
public class StyleSheet : ISource

Constructors

| Improve this Doc View Source

StyleSheet(String)

Constructor

Declaration
public StyleSheet(string styleSheetString)
Parameters
Type Name Description
System.String styleSheetString
| Improve this Doc View Source

StyleSheet(String, Uri)

Constructor

Declaration
public StyleSheet(string styleSheetString, Uri sourceUri)
Parameters
Type Name Description
System.String styleSheetString
System.Uri sourceUri
| Improve this Doc View Source

StyleSheet(Uri)

Constructor

Declaration
public StyleSheet(Uri sourceUri)
Parameters
Type Name Description
System.Uri sourceUri

Properties

| Improve this Doc View Source

Content

Content of stylesheet

Declaration
public string Content { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SourceUri

Source uri of stylesheet

Declaration
public Uri SourceUri { get; set; }
Property Value
Type Description
System.Uri

Implements

ISource
  • Improve this Doc
  • View Source
Back to top Generated by DocFX