Свойство | Type | Description | |
---|---|---|---|
After | string | ||
Before | string | ||
Checked | bool | ||
Message | string | ||
Redirect | string | ||
error | int | ||
type | int |
Méthode | Description | |
---|---|---|
HostItem ( ) : System | ||
HostItem ( bool Checked, int type, string Before, string After, string Message ) : System | ||
HostItem ( int type, string Before, string After, string Message ) : System | ||
HostItem ( string parsed ) : System | ||
ToJSON ( ) : string | ||
ToString ( ) : string | ||
isHost ( ) : bool | ||
isPattern ( ) : bool | ||
isReal ( ) : bool | ||
isUrl ( ) : bool |
public HostItem ( bool Checked, int type, string Before, string After, string Message ) : System | ||
Checked | bool | |
type | int | |
Before | string | |
After | string | |
Message | string | |
Résultat | System |
public HostItem ( int type, string Before, string After, string Message ) : System | ||
type | int | |
Before | string | |
After | string | |
Message | string | |
Résultat | System |