ViewDataDictionaryAttribute Class

Summary

Specifies that a controller property should be set with the current [Microsoft.AspNet.Mvc.ViewDataDictionary](Microsoft.AspNet.Mvc.ViewDataDictionary.yml) when creating the controller. The property must have a public set method.

Syntax

public class ViewDataDictionaryAttribute : Attribute, _Attribute

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.ViewDataDictionaryAttribute