HelpPageSampleKey Constructor

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

Name Description
HelpPageSampleKey(MediaTypeHeaderValue) Creates a new HelpPageSampleKey based on media type.
HelpPageSampleKey(MediaTypeHeaderValue, SampleDirection, string, string, IEnumerable<String>) Creates a new HelpPageSampleKey based on media type, SampleDirection, controller name, action name and parameter names.
HelpPageSampleKey(MediaTypeHeaderValue, Type) Creates a new HelpPageSampleKey based on media type and CLR type.
HelpPageSampleKey(SampleDirection, string, string, IEnumerable<String>) Creates a new HelpPageSampleKey based on SampleDirection, controller name, action name and parameter names.

In this article

Definition