Table of Contents

Class ConstsAspx

Namespace
SunamoValues.Values
Assembly
SunamoValues.dll

ASP.NET and HTML comment marker constants.

public class ConstsAspx
Inheritance
ConstsAspx
Inherited Members
Extension Methods

Fields

All

All comment markers and angle brackets.

public static readonly List<string> All

Field Value

List<string>

EndAspxComment

ASPX comment end marker.

public static readonly string EndAspxComment

Field Value

string

EndHtmlComment

HTML comment end marker.

public static readonly string EndHtmlComment

Field Value

string

StartAspxComment

ASPX comment start marker.

public static readonly string StartAspxComment

Field Value

string

StartHtmlComment

HTML comment start marker.

public static readonly string StartHtmlComment

Field Value

string