Click or drag to resize

Urls Class

Provides access to string constants that are used to generate URLs.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.CoreUrls

Namespace:  Colygon.MatchPoint.Core
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public static class Urls

The Urls type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberOfficeTemplatePattern
Top
Fields
Remarks
These string constants are used within the MatchPoint controls.

This class has to be made public since it's members are used within asp.net forms. It is not intended for external use.

See Also