csrfMetaTags() public static method
Generates the meta tags containing CSRF token information.
See also yii\web\Request::$enableCsrfValidation.
public static string csrfMetaTags ( ) | ||
---|---|---|
return | string |
The generated meta tags |
csrfMetaTags() public static method
Generates the meta tags containing CSRF token information.
See also yii\web\Request::$enableCsrfValidation.
public static string csrfMetaTags ( ) | ||
---|---|---|
return | string |
The generated meta tags |
Please login to continue.