Artemis.Annotations.AspMvcViewLocationFormatAttribute.AspMvcViewLocationFormatAttribute C# (CSharp) Méthode

AspMvcViewLocationFormatAttribute() public méthode

public AspMvcViewLocationFormatAttribute ( string format ) : System
format string
Résultat System
        public AspMvcViewLocationFormatAttribute(string format)
        {
            Format = format;
        }
AspMvcViewLocationFormatAttribute