C# Class LtiLibrary.AspNet.Lti1.LtiRequestExtensions

Mostra file Open project: easygenerator/LtiLibrary

Public Methods

Method 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 method

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.
return LtiRequestViewModel