Summary
Class FeatureViewLocationExpander.
- Assembly
- Rocket
.Surgery .AspNetCore .dll - Namespace
- Rocket
.Surgery .AspNetCore .Views - Interfaces
-
- I
View Location Expander
- I
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IViewLocationExpander"]
Type["FeatureViewLocationExpander"]
class Type type-node
Syntax
public class FeatureViewLocationExpander : IViewLocationExpander
Constructors
Name | Summary |
---|---|
Feature |
Methods
Name | Value | Summary |
---|---|---|
ExpandViewLocations |
IEnumerable |
Invoked by a
Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine to determine potential locations for a view.
|
PopulateValues |
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
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
- Microsoft.AspNetCore.Mvc.Razor.IViewLocationExpander