C# 클래스 LtiLibrary.AspNet.Lti1.LtiRequestExtensions

파일 보기 프로젝트 열기: easygenerator/LtiLibrary

공개 메소드들

메소드 설명
GetViewModel ( this ltiRequest, string consumerSecret ) : LtiRequestViewModel

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

메소드 상세

GetViewModel() 공개 정적인 메소드

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