Click or drag to resize

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
C#
public static MPInstance Current { get; }

Property Value

Type: MPInstance
Remarks
This property can only be used if a HttpContext is available. Otherwise, an exception will be thrown.
See Also