ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.JsonNet Namespace / JsonReader Class / Context Property

In This Topic
    Context Property (JsonReader)
    In This Topic
    Gets the context object.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property Context As IContext
    public virtual IContext Context {get;}
    See Also