Table of Contents

Class LtiParameters

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class LtiParameters
Inheritance
LtiParameters
Inherited Members
Extension Methods

Constructors

LtiParameters(string)

public LtiParameters(string httpMethod)

Parameters

httpMethod string

Properties

HttpMethod

public string HttpMethod { get; }

Property Value

string

Methods

Add(string, params LtiRole[])

public void Add(string name, params LtiRole[] roles)

Parameters

name string
roles LtiRole[]

Add(string, string)

public void Add(string name, string value)

Parameters

name string
value string

Contains(string)

public bool Contains(string name)

Parameters

name string

Returns

bool

GetParameters()

public NameValueCollection GetParameters()

Returns

NameValueCollection