MPInstanceCurrent Property |
Provides access to the current MatchPoint instance.
Namespace:
Colygon.MatchPoint.Core
Assembly:
Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax public static MPInstance Current { get; }
Property Value
Type:
MPInstanceRemarks
This property can only be used if a
HttpContext is available. Otherwise, an exception will be thrown.
See Also