WebApplicationFactoryContentRootAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Métadonnées qui WebApplicationFactory<TEntryPoint> utilisent pour rechercher la racine de contenu de l’application web représentée par TEntryPoint
.
WebApplicationFactory<TEntryPoint> itérera sur toutes les instances de WebApplicationFactoryContentRootAttribute, filtrez les instances dont Key est égal à TEntryPoint
FullName, les classer par dans l’ordre Priority croissant.
WebApplicationFactory<TEntryPoint>case activée pour l’existence du marqueur dans Path.Combine(ContentRootPath, Path.GetFileName(ContentRootTest))"
et si le fichier existe, il définit la racine de contenu sur ContentRootPath.
public ref class WebApplicationFactoryContentRootAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)]
public sealed class WebApplicationFactoryContentRootAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true, Inherited=false)>]
type WebApplicationFactoryContentRootAttribute = class
inherit Attribute
Public NotInheritable Class WebApplicationFactoryContentRootAttribute
Inherits Attribute
- Héritage
-
WebApplicationFactoryContentRootAttribute
- Attributs
Constructeurs
WebApplicationFactoryContentRootAttribute(String, String, String, String) |
Initialise une nouvelle instance de WebApplicationFactoryContentRootAttribute. |
Propriétés
ContentRootPath |
Obtient le chemin d’accès racine du contenu pour un projet donné. Cette racine de contenu peut être relative ou absolue. S’il s’agit d’un chemin relatif, il sera combiné avec BaseDirectory. |
ContentRootTest |
Fichier de marqueur utilisé pour s’assurer que le chemin d’accès sur lequel la racine de contenu est définie est correct. |
Key |
Obtient la clé de la racine de contenu associée à ce projet. FullNameEn général. |
Priority |
Obtient un nombre permettant de déterminer l’ordre de sondage lorsque plusieurs WebApplicationFactoryContentRootAttribute instances avec la même clé sont présentes sur le test Assembly. |