SaveTempDataAttribute Class   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A filter that saves the ITempDataDictionary for a request.
public ref class SaveTempDataAttribute : Attribute, Microsoft::AspNetCore::Mvc::Filters::IFilterFactory, Microsoft::AspNetCore::Mvc::Filters::IOrderedFilter[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public class SaveTempDataAttribute : Attribute, Microsoft.AspNetCore.Mvc.Filters.IFilterFactory, Microsoft.AspNetCore.Mvc.Filters.IOrderedFilter[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type SaveTempDataAttribute = class
    inherit Attribute
    interface IFilterFactory
    interface IFilterMetadata
    interface IOrderedFilterPublic Class SaveTempDataAttribute
Inherits Attribute
Implements IFilterFactory, IOrderedFilter- Inheritance
- 
				SaveTempDataAttribute
- Attributes
- Implements
Constructors
| SaveTempDataAttribute() | Initialize a new instance of SaveTempDataAttribute. | 
Properties
| IsReusable | Gets a value that indicates if the result of CreateInstance(IServiceProvider) can be reused across requests. | 
| Order | Gets the order value for determining the order of execution of filters. Filters execute in ascending numeric value of the Order property. | 
Methods
| CreateInstance(IServiceProvider) | Creates an instance of the executable filter. |