Guest User

Untitled

a guest
Jan 22nd, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. ## Opting in
  2. With embedded file providers, a gesture is required to register the assembly as a source for views \ pages. For precompiled views, the `ViewsFeatureProvider` discovers precompiled views in all available application parts and registers them. In scenarios like Identity UI, where additional configuration is a must before the pages \ views could be lit up, we need a way to indicate to the feature provider to disallow loading views from specific parts.
  3.  
  4. One way to achieve this would be to annotate the `Assembly` \ `AssemblyPart` with a attribute property that turns off view discovery.
  5.  
  6. ### Library Precedence
  7. By default,
Add Comment
Please, Sign In to add comment