System Library Common Framework
Search Results for

    *.Benchmark*,*.Tests*,*.ApiTests*,*.BaseTest*,DelegateJsonConverter,CalleeCancelledRequestException,ClientResponse,ContentType,OutputCachePolicy
    Show / Hide Table of Contents Show / Hide Table of Contents
    NamespaceSystemLibrary.Common.Framework.App SystemLibrary.Common.Framework.App.dll

    An implementation of the 'old' thread safe singleton ActionContext we all know and love from .NET Framework

    ActionContextInstance

    public static class ActionContextInstance

    Inheritance
    object
    ActionContextInstance
    Examples
    Arguments
    X

    Properties

    Get the current Action Context instance

    Remarks
    X

    Do note that Action Context can be null in a console application or in a 'Unit' Test Application or if MVC is not yet registered as a service/invoked

    public static ActionContext Current { get; }

    X
    var actionContext = ActionContextInstance.Current;
    X
    Property Value
    Type Description
    ActionContext

    }

    In This Article
    Package: nuget
    Source: github
    Website: System Library Common Framework