Aqueduct.Appia.Core.AppiaViewFactory.this C# (CSharp) Method

this() public method

public this ( dynamic model ) : Action
model dynamic
return Action
        public Action<Stream> this[dynamic model]
        {
            get { return GetRenderedView(GetViewNameFromModel(model), model); }
        }

Same methods

AppiaViewFactory::this ( string viewName ) : Action
AppiaViewFactory::this ( string viewName, dynamic model ) : Action