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

AspMvcAreaViewLocationFormatAttribute() public méthode

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