Метод | Описание | |
---|---|---|
GetViewModel ( this ltiRequest, string consumerSecret ) : LtiRequestViewModel |
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. |
Результат | LtiRequestViewModel |