Partager via


HttpContextWrapper.GetService(Type) Méthode

Définition

Retourne un objet pour le type de service actuel.

public:
 override System::Object ^ GetService(Type ^ serviceType);
public override object GetService (Type serviceType);
override this.GetService : Type -> obj
Public Overrides Function GetService (serviceType As Type) As Object

Paramètres

serviceType
Type

Type de service à obtenir.

Retours

Type du service actuel, ou null si aucun service n’est trouvé.

S’applique à