MVCHandler ClassNFX Class Library

[This is preliminary documentation and is subject to change.]

Handles MVC-related requests
Inheritance Hierarchy

OnlineSystem Object
  NFX DisposableObject
    NFX.ApplicationModel ApplicationComponent
      NFX.Wave WorkHandler
        NFX.Wave.Handlers TypeLookupHandler Controller 
          NFX.Wave.Handlers MVCHandler

Namespace: NFX.Wave.Handlers
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public class MVCHandler : TypeLookupHandler<Controller>
See Also