ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.Serialization Namespace / Operation Class / Context Property

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