Search Results for

    Show / Hide Table of Contents
    View Source

    Class ProxyViewDataFeature

    A request feature to allowing proxying viewdata from one controller to another

    Inheritance
    object
    Namespace: Umbraco.Cms.Web.Common.Controllers
    Assembly: Umbraco.Web.Common.dll
    Syntax
    public sealed class ProxyViewDataFeature

    Constructors

    View Source

    ProxyViewDataFeature(ViewDataDictionary, ITempDataDictionary)

    Initializes a new instance of the ProxyViewDataFeature class.

    Declaration
    public ProxyViewDataFeature(ViewDataDictionary viewData, ITempDataDictionary tempData)
    Parameters
    Type Name Description
    ViewDataDictionary viewData
    ITempDataDictionary tempData

    Properties

    View Source

    TempData

    Gets the Microsoft.AspNetCore.Mvc.ViewFeatures.ITempDataDictionary

    Declaration
    public ITempDataDictionary TempData { get; }
    Property Value
    Type Description
    ITempDataDictionary
    View Source

    ViewData

    Gets the Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary

    Declaration
    public ViewDataDictionary ViewData { get; }
    Property Value
    Type Description
    ViewDataDictionary
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX