ControllerBaseExtensions.GetGraphServiceClient(ControllerBase) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the Graph service client.
public static Microsoft.Graph.GraphServiceClient GetGraphServiceClient (this System.Web.Mvc.ControllerBase _);
static member GetGraphServiceClient : System.Web.Mvc.ControllerBase -> Microsoft.Graph.GraphServiceClient
<Extension()>
Public Function GetGraphServiceClient (_ As ControllerBase) As GraphServiceClient
Parameters
Returns
Microsoft.Graph.GraphServiceClient