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
EndAspxComment
ASPX comment end marker.
public static readonly string EndAspxComment
Field Value
EndHtmlComment
HTML comment end marker.
public static readonly string EndHtmlComment
Field Value
StartAspxComment
ASPX comment start marker.
public static readonly string StartAspxComment
Field Value
StartHtmlComment
HTML comment start marker.
public static readonly string StartHtmlComment