메소드 | 설명 | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
HelpPageSampleKey ( MediaTypeHeaderValue mediaType, SampleDirection sampleDirection, string controllerName, string actionName, IEnumerable parameterNames ) : System |
Creates a new HelpPageSampleKey based on media type, SampleDirection, controller name, action name and parameter names.
|
|
HelpPageSampleKey ( MediaTypeHeaderValue mediaType, Type type ) : System |
Creates a new HelpPageSampleKey based on media type and CLR type.
|
|
HelpPageSampleKey ( SampleDirection sampleDirection, string controllerName, string actionName, IEnumerable parameterNames ) : System |
Creates a new HelpPageSampleKey based on SampleDirection, controller name, action name and parameter names.
|
public HelpPageSampleKey ( MediaTypeHeaderValue mediaType, SampleDirection sampleDirection, string controllerName, string actionName, IEnumerable parameterNames ) : System | ||
mediaType | MediaTypeHeaderValue | The media type. |
sampleDirection | SampleDirection | The |
controllerName | string | Name of the controller. |
actionName | string | Name of the action. |
parameterNames | IEnumerable | The parameter names. |
리턴 | System |
public HelpPageSampleKey ( MediaTypeHeaderValue mediaType, Type type ) : System | ||
mediaType | MediaTypeHeaderValue | The media type. |
type | Type | The CLR type. |
리턴 | System |
public HelpPageSampleKey ( SampleDirection sampleDirection, string controllerName, string actionName, IEnumerable parameterNames ) : System | ||
sampleDirection | SampleDirection | The |
controllerName | string | Name of the controller. |
actionName | string | Name of the action. |
parameterNames | IEnumerable | The parameter names. |
리턴 | System |