C# Class TeamMentor.CoreLib.IREST_ExtensionMethods

Afficher le fichier Open project: TeamMentor/Master

Méthodes publiques

Méthode Description
redirect_To_Page ( this iRestAdmin, string redirectTarget ) : ITM_REST
response_ContentType ( this iRest_Admin, string contentType ) : ITM_REST
response_ContentType_Html ( this iRest_Admin ) : ITM_REST
response_ContentType_Json ( this iRest_Admin ) : ITM_REST

Method Details

redirect_To_Page() public static méthode

public static redirect_To_Page ( this iRestAdmin, string redirectTarget ) : ITM_REST
iRestAdmin this
redirectTarget string
Résultat ITM_REST

response_ContentType() public static méthode

public static response_ContentType ( this iRest_Admin, string contentType ) : ITM_REST
iRest_Admin this
contentType string
Résultat ITM_REST

response_ContentType_Html() public static méthode

public static response_ContentType_Html ( this iRest_Admin ) : ITM_REST
iRest_Admin this
Résultat ITM_REST

response_ContentType_Json() public static méthode

public static response_ContentType_Json ( this iRest_Admin ) : ITM_REST
iRest_Admin this
Résultat ITM_REST