HttpContextBase.GetService(Type) Méthode
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.
En cas de substitution dans une classe dérivée, retourne un objet pour le type de service actuel.
public:
virtual System::Object ^ GetService(Type ^ serviceType);
public virtual object GetService (Type serviceType);
abstract member GetService : Type -> obj
override this.GetService : Type -> obj
Public Overridable Function GetService (serviceType As Type) As Object
Paramètres
- serviceType
- Type
Type de l’objet de service à obtenir.
Retours
Type du service actuel, ou null
si aucun service n’est trouvé.
Implémente
Exceptions
Toujours.