FeatureViewLocationExpander Class

Summary

Class FeatureViewLocationExpander.
Assembly
Rocket.Surgery.AspNetCore.dll
Namespace
Rocket.Surgery.AspNetCore.Views
Interfaces
  • IViewLocationExpander
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IViewLocationExpander"] Type["FeatureViewLocationExpander"] class Type type-node

Syntax

public class FeatureViewLocationExpander : IViewLocationExpander

Constructors

Methods

Name Value Summary
ExpandViewLocations(ViewLocationExpanderContext, IEnumerable<string>) IEnumerable<string>
Invoked by a Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine to determine potential locations for a view.
PopulateValues(ViewLocationExpanderContext) void
Invoked by a Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine to determine the values that would be consumed by this instance of Microsoft.AspNetCore.Mvc.Razor.IViewLocationExpander. The calculated values are used to determine if the view location has changed since the last time it was located.

Extension Methods

See Also

  • Microsoft.AspNetCore.Mvc.Razor.IViewLocationExpander