HelpPageSampleKey Class

This is used to identify the place where the sample should be applied.
Public Class HelpPageSampleKey
This language is not supported or no code example is available.
public class HelpPageSampleKey
This language is not supported or no code example is available.
public ref class HelpPageSampleKey 
This language is not supported or no code example is available.
public class HelpPageSampleKey
This language is not supported or no code example is available.
Name Description
Public constructor HelpPageSampleKey(MediaTypeHeaderValue) Creates a new HelpPageSampleKey based on media type.
Public constructor HelpPageSampleKey(MediaTypeHeaderValue, SampleDirection, string, string, IEnumerable<String>) Creates a new HelpPageSampleKey based on media type, SampleDirection, controller name, action name and parameter names.
Public constructor HelpPageSampleKey(MediaTypeHeaderValue, Type) Creates a new HelpPageSampleKey based on media type and CLR type.
Public constructor HelpPageSampleKey(SampleDirection, string, string, IEnumerable<String>) Creates a new HelpPageSampleKey based on SampleDirection, controller name, action name and parameter names.
Top
Name Description
Public property ActionName Gets the name of the action.
Public property ControllerName Gets the name of the controller.
Public property MediaType Gets the media type.
Public property ParameterNames Gets the parameter names.
Public property ParameterType
Public property SampleDirection Gets the SampleDirection.
Top
Name Description
Public extension method NameOf(this object) (Defined by NLogHelper).
Top

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition