HelpPageSampleKey Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is used to identify the place where the sample should be applied.
public class HelpPageSampleKey
type HelpPageSampleKey = class
Public Class HelpPageSampleKey
- Inheritance
-
HelpPageSampleKey
Constructors
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. |
Properties
ActionName |
Gets the name of the action. |
ControllerName |
Gets the name of the controller. |
MediaType |
Gets the media type. |
ParameterNames |
Gets the parameter names. |
ParameterType | |
SampleDirection |
Gets the SampleDirection. |
Methods
Equals(Object) | |
GetHashCode() |