Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
HelpPageSampleKey ( |
Creates a new HelpPageSampleKey based on media type.
|
|
HelpPageSampleKey ( |
Creates a new HelpPageSampleKey based on media type, SampleDirection, controller name, action name and parameter names.
|
|
HelpPageSampleKey ( |
Creates a new HelpPageSampleKey based on media type and CLR type.
|
|
HelpPageSampleKey ( SampleDirection sampleDirection, string controllerName, string actionName, IEnumerable |
Creates a new HelpPageSampleKey based on SampleDirection, controller name, action name and parameter names.
|
public HelpPageSampleKey ( |
||
mediaType | The media type. | |
return | System |
public HelpPageSampleKey ( |
||
mediaType | The media type. | |
sampleDirection | SampleDirection | The |
controllerName | string | Name of the controller. |
actionName | string | Name of the action. |
parameterNames | IEnumerable |
The parameter names. |
return | System |
public HelpPageSampleKey ( |
||
mediaType | The media type. | |
type | The CLR type. | |
return | System |
public HelpPageSampleKey ( SampleDirection sampleDirection, string controllerName, string actionName, IEnumerable |
||
sampleDirection | SampleDirection | The |
controllerName | string | Name of the controller. |
actionName | string | Name of the action. |
parameterNames | IEnumerable |
The parameter names. |
return | System |