C# Class MvcContrib.PortableAreas.PortableAreaMap

Afficher le fichier Open project: atomicobject/mvccontrib Class Usage Examples

Protected Properties

Свойство Type Description
_mappings string>.Dictionary

Méthodes publiques

Méthode Description
Add ( string defaultID, string newID ) : void
PortableAreaMap ( ) : System.Collections.Generic
Transform ( Stream stream ) : Stream

Méthodes protégées

Méthode Description
TransformMarkup ( string input ) : string

Private Methods

Méthode Description
ReplaceMasterPage ( string input ) : string

Method Details

Add() public méthode

public Add ( string defaultID, string newID ) : void
defaultID string
newID string
Résultat void

PortableAreaMap() public méthode

public PortableAreaMap ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Transform() public méthode

public Transform ( Stream stream ) : Stream
stream System.IO.Stream
Résultat System.IO.Stream

TransformMarkup() protected méthode

protected TransformMarkup ( string input ) : string
input string
Résultat string

Property Details

_mappings protected_oe property

protected Dictionary _mappings
Résultat string>.Dictionary