Méthode | Description | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether the specified object is equal to the current object.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type.
|
|
MvcData ( ) : System |
Initializes a new empty MvcData instance.
|
|
MvcData ( |
Initializes a new MvcData instance which is a copy of another.
|
|
MvcData ( string qualifiedViewName ) : System |
Initializes a new MvcData instance for a given qualified View name.
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
Méthode | Description | |
---|---|---|
SafeHashCode ( object obj ) : int |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare with the current object. |
Résultat | bool |
public MvcData ( |
||
other | The other |
|
Résultat | System |
public MvcData ( string qualifiedViewName ) : System | ||
qualifiedViewName | string | The qualified View name with format AreaName:ControllerName:ViewName. |
Résultat | System |