MPInstanceCurrent Property |
Provides access to the current MatchPoint instance.
Namespace: Colygon.MatchPoint.CoreAssembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.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