C# Class LtiLibrary.AspNet.Lti1.LtiRequestExtensions

Afficher le fichier Open project: easygenerator/LtiLibrary

Méthodes publiques

Méthode Description
GetViewModel ( this ltiRequest, string consumerSecret ) : LtiRequestViewModel

Return an LtiRequestViewModel suitable for creating an MVC view or AspNet page that auto-submits an LTI request.

Method Details

GetViewModel() public static méthode

Return an LtiRequestViewModel suitable for creating an MVC view or AspNet page that auto-submits an LTI request.
public static GetViewModel ( this ltiRequest, string consumerSecret ) : LtiRequestViewModel
ltiRequest this The LtiRequest to submit.
consumerSecret string The OAuth consumer secret to sign the request.
Résultat LtiRequestViewModel