HelpPageSampleKey Constructor (MediaTypeHeaderValue, SampleDirection, String, String, IEnumerable<(Of <(<'String>)>)>)

Creates a new HelpPageSampleKey based on media type, SampleDirection, controller name, action name and parameter names.

Namespace:  JiwaWebAPI.Areas.HelpPage
Assembly:  JiwaWebAPI (in JiwaWebAPI.dll)

Syntax


public HelpPageSampleKey(
	MediaTypeHeaderValue mediaType,
	SampleDirection sampleDirection,
	string controllerName,
	string actionName,
	IEnumerable<string> parameterNames
)
Public Sub New ( _
	mediaType As MediaTypeHeaderValue, _
	sampleDirection As SampleDirection, _
	controllerName As String, _
	actionName As String, _
	parameterNames As IEnumerable(Of String) _
)
public:
HelpPageSampleKey(
	MediaTypeHeaderValue^ mediaType, 
	SampleDirection^ sampleDirection, 
	String^ controllerName, 
	String^ actionName, 
	IEnumerable<String^>^ parameterNames
)

Parameters

mediaType
Type: MediaTypeHeaderValue
The media type.
sampleDirection
Type: JiwaWebAPI.Areas.HelpPage..::..SampleDirection
The SampleDirection.
controllerName
Type: String
Name of the controller.
actionName
Type: String
Name of the action.
parameterNames
Type: IEnumerable<(Of <(<'String>)>)>
The parameter names.