Class LtiParameters
public class LtiParameters
- Inheritance
-
LtiParameters
- Inherited Members
- Extension Methods
Constructors
LtiParameters(string)
public LtiParameters(string httpMethod)
Parameters
httpMethodstring
Properties
HttpMethod
public string HttpMethod { get; }
Property Value
Methods
Add(string, params LtiRole[])
public void Add(string name, params LtiRole[] roles)
Parameters
Add(string, string)
public void Add(string name, string value)
Parameters
Contains(string)
public bool Contains(string name)
Parameters
namestring
Returns
GetParameters()
public NameValueCollection GetParameters()