Microsoft.AspNet.Mvc.TagHelpers.Internal Namespace

namespace Microsoft.AspNet.Mvc.TagHelpers.Internal

Classes

class AttributeMatcher
Methods for determining how an @!:ITagHelper- should run based on the attributes that were specified.

class FileProviderGlobbingDirectory

class FileProviderGlobbingFile

class FileVersionProvider
Provides version hash for a specified file.
class GlobbingUrlBuilder
Utility methods for @!:ITagHelper-‘s that support attributes containing file globbing patterns.
class JavaScriptResources
Methods for loading JavaScript from assembly embedded resources.
class JavaScriptStringArrayEncoder
Methods for encoding [System.Collections.Generic.IEnumerable`1]() for use as a JavaScript array literal.
class ModeAttributes
Static creation methods for [Microsoft.AspNet.Mvc.TagHelpers.Internal.ModeAttributes`1](Microsoft.AspNet.Mvc.TagHelpers.Internal.ModeAttributes`1.yml).
class ModeAttributes<TMode>
A mapping of a @!:ITagHelper- mode to its required attributes.
class ModeMatchAttributes
Static creation methods for [Microsoft.AspNet.Mvc.TagHelpers.Internal.ModeMatchAttributes`1](Microsoft.AspNet.Mvc.TagHelpers.Internal.ModeMatchAttributes`1.yml).
class ModeMatchAttributes<TMode>
A mapping of a @!:ITagHelper- mode to its missing and present attributes.
class ModeMatchResult<TMode>
Result of determining the mode an @!:ITagHelper- will run in.
class PartialModeMatchLogValues<TMode>
Log values for @!:ITagHelper- instances that opt out of processing due to missing attributes for one of several possible modes.